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
I suggest not to limit the columns of the dataframe to be the properties of the first feature only, but to allow to have each feature with its original properties names:
I suggest:
data = ee_object.map(
lambda f: ee.Feature(None, f.toDictionary(f.propertyNames().sort()))
)
The text was updated successfully, but these errors were encountered:
geemap/geemap/common.py
Lines 9136 to 9139 in d58a242
I suggest not to limit the columns of the dataframe to be the properties of the first feature only, but to allow to have each feature with its original properties names:
I suggest:
The text was updated successfully, but these errors were encountered: