adding work-with-data

This commit is contained in:
Roope Astala
2019-04-23 10:04:32 -04:00
parent 761ad88c93
commit 82d8353d54
66 changed files with 18422 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
def transform(df, index):
df['Latitude'].fillna('0', inplace=True)
df['Longitude'].fillna('0', inplace=True)
return df