Closed alisterburt closed 8 months ago
hey @jojoelfe - you're right this is the PR that's giving me trouble.
Summary:
delim_whitespace
in favour of sep
/delimiter``=\s+
delim_whitespace
for some of our empty string tests and breaks themHey, just pushed a PR against the pyarrow branch. I think the problem was somewhere else. Before I was resetting columns that contain only NaNs to their original string, but that ment setting a column of type float to a string. Now the whole columns are being replaced, which also replaces the dtype.
all green, let's goooo
delim_whitespace
is being removed inpd.read_csv