pyminerva 0.0.331__py3-none-any.whl → 0.0.332__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
pyminerva/tech.py CHANGED
@@ -606,9 +606,9 @@ def get_tech_yf_stastics(ticker):
606
606
  data_valuation.append(td_row)
607
607
  try:
608
608
  th_row[0] = 'Item'
609
+ df_valuation = pd.DataFrame(data=data_valuation, columns=th_row)
609
610
  except Exception as e:
610
- pass
611
- df_valuation = pd.DataFrame(data=data_valuation, columns=th_row)
611
+ df_valuation = pd.DataFrame()
612
612
  else:
613
613
  th_row = [th.text for th in table.find_all("th")]
614
614
  for j, tr in enumerate(table.select("tr:has(td)")):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyminerva
3
- Version: 0.0.331
3
+ Version: 0.0.332
4
4
  Summary: To get an insight from Financial Data Anlaysis
5
5
  Home-page:
6
6
  Author: Jeongmin Kang
@@ -1,7 +1,7 @@
1
1
  pyminerva/__init__.py,sha256=2vD3_XeMAm_Z_aar4zjmtDeAjxA2Mz5hZ9WkaUb7xjI,1348
2
2
  pyminerva/base.py,sha256=AZ8RQhaevC7A9m9KsJAqLOCj9p85H28TUYCRqeU_py0,7208
3
3
  pyminerva/strategy.py,sha256=pwQuNUdCvi8J-dqduTexVnVwP_0SQQ4r_dWjIRJt_mw,60818
4
- pyminerva/tech.py,sha256=CuagL69-iGa451keNht57ldaJutngk7vRwY_woparkQ,83801
4
+ pyminerva/tech.py,sha256=gd-RwzW58XdmZ6WoXj9RjbKOFZpnbFKRtQgcP_Yz8k0,83830
5
5
  pyminerva/techs.py,sha256=koBwIj6URalAgt1kwYi5CriIph4yToSZHkyM0yrJI0M,2736
6
6
  pyminerva/data/__init__.py,sha256=91fxGB0AyE8y6rBJGuytq_aZjNZBCe3rMIvFciLf3TQ,82
7
7
  pyminerva/data/techs_data.py,sha256=3AyJ2ZR5OedymjrGrz9-CDfAnIslCBYwu77ohtsJxLw,518
@@ -17,8 +17,8 @@ pyminerva/utils/strategy_funcs.py,sha256=tdjTQ8vGpHZSUcolLs4bu7xq7gYGsSlS8Xw16LJ
17
17
  pyminerva/utils/tech_funcs.py,sha256=HWOwdbrD3hFUNeJrAzl3QQxjyEhZ59yvYSc6qqu6UZA,486
18
18
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
19
  tests/test_minerva.py,sha256=Pv0tja2XYraW8PEtWP6AEn5m18sYKxvpvVEXlxfVGEg,760
20
- pyminerva-0.0.331.dist-info/LICENSE,sha256=W7Ox-I8t8FNJRmxlor38oJpbu-t2xtK1Mc44hCLc6m0,1070
21
- pyminerva-0.0.331.dist-info/METADATA,sha256=6mr5dnZI-WoTVHVeC8JYiQJlIlb1QgnbXRhUq-XhdDg,703
22
- pyminerva-0.0.331.dist-info/WHEEL,sha256=EVRjI69F5qVjm_YgqcTXPnTAv3BfSUr0WVAHuSP3Xoo,92
23
- pyminerva-0.0.331.dist-info/top_level.txt,sha256=Cahk6qruDkdmXQt1H7Ne0xNXVSz5g7FnodHKDfYXKFU,10
24
- pyminerva-0.0.331.dist-info/RECORD,,
20
+ pyminerva-0.0.332.dist-info/LICENSE,sha256=W7Ox-I8t8FNJRmxlor38oJpbu-t2xtK1Mc44hCLc6m0,1070
21
+ pyminerva-0.0.332.dist-info/METADATA,sha256=1xznnGxmGrNTPyVBJTaBiTTHGcbbkfI3gXpLoNVBwxA,703
22
+ pyminerva-0.0.332.dist-info/WHEEL,sha256=EVRjI69F5qVjm_YgqcTXPnTAv3BfSUr0WVAHuSP3Xoo,92
23
+ pyminerva-0.0.332.dist-info/top_level.txt,sha256=Cahk6qruDkdmXQt1H7Ne0xNXVSz5g7FnodHKDfYXKFU,10
24
+ pyminerva-0.0.332.dist-info/RECORD,,