Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nj935 committed May 11, 2020
1 parent eaeedc7 commit 27285a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
from scipy.stats import pearsonr
#import geopandas as gpd

st.write('hello')

df = pd.read_csv('data/df_india_may9.csv')
df.ds = pd.to_datetime(df.ds)
df = df.set_index('ds')
Expand Down

0 comments on commit 27285a0

Please sign in to comment.