tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

NotImplementedError: fillna currently only supports filling with a scalar geometry

Open johannesmichael opened this issue 5 years ago • 0 comments

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

johannesmichael avatar Jan 25 '20 16:01 johannesmichael