Datasets:
Remove "-" causing problems with dataset viewer
#8
by
egrace479
- opened
There were 62 instances of a -
in the Collected_by
column of both img_master.csv
and Heliconius_img_master.csv
which was preventing the dataset viewer from rendering properly (#7). These were replaced with np.nan
in notebooks/Data-gen-1-4.ipynb
.
egrace479
changed pull request status to
open
LGTM 👍
egrace479
changed pull request status to
merged
It seems to be trying to read the type in a way that doesn't fit strings: pyarrow.lib.ArrowInvalid: Failed to parse string: 'CR' as a scalar of type double
. The Collected_by
column is full of null
and these letter codes.