mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-21 18:15:13 -05:00
adding work-with-data
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
def transform(df, index):
|
||||
df['Latitude'].fillna('0', inplace=True)
|
||||
df['Longitude'].fillna('0', inplace=True)
|
||||
return df
|
||||
Reference in New Issue
Block a user