scikit-mobility / tutorials

Repo for the material used during conference tutorial and talks
63 stars 23 forks source link

NotImplementedError: fillna currently only supports filling with a scalar geometry #2

Open johannesmichael opened 4 years ago

johannesmichael commented 4 years ago

In Part 05 - Flow prediction.ipynb

tess_train = tess_train.merge(relevances, right_index=True, left_on='tile_ID', how='left').fillna(0.)

leads to

NotImplementedError: fillna currently only supports filling with a scalar geometry

WIN 10