You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File
"/app/.heroku/python/lib/python3.7/site-packages/streamlit/script_runner.py",line 332, in _run_script
exec (code, module._dict
File "/app/app.py", line 126, in ‹module>
df = df.loc[df[ 'Date']. notnull0]
File "/app/.heroku/python/lib/python3.7/site-packages/pandas/core/frame.py", line 2902, in _getitem
indexer = self.columns.get_loc(key)
File "/app/.heroku/python/lib/python3.7/site-packages/pandas/core/indexes/base.py", line 2891, in get_loc
raise KeyError(key) from err
The text was updated successfully, but these errors were encountered:
Key error 'Date'
File
"/app/.heroku/python/lib/python3.7/site-packages/streamlit/script_runner.py",line 332, in _run_script
exec (code, module._dict
File "/app/app.py", line 126, in ‹module>
df = df.loc[df[ 'Date']. notnull0]
File "/app/.heroku/python/lib/python3.7/site-packages/pandas/core/frame.py", line 2902, in _getitem
indexer = self.columns.get_loc(key)
File "/app/.heroku/python/lib/python3.7/site-packages/pandas/core/indexes/base.py", line 2891, in get_loc
raise KeyError(key) from err
The text was updated successfully, but these errors were encountered: