Divyank Mahalle
Results
11
comments of
Divyank Mahalle
+1 Facing Same error for Equity data ``` from jugaad_data.nse import index_csv, index_df import json # Download as pandas dataframe df = index_df(symbol="NIFTY 50", from_date=date(2020,1,1), to_date=date(2020,1,30)) print(df.head()) --------------------------------------------------------------------------- KeyError Traceback...