tutorials
tutorials copied to clipboard
NotImplementedError: fillna currently only supports filling with a scalar geometry
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