mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-22 02:25:12 -05:00
update samples from Release-132 as a part of 1.0.48 SDK release
This commit is contained in:
4
work-with-data/dataprep/data/map_func.py
Normal file
4
work-with-data/dataprep/data/map_func.py
Normal file
@@ -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