You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When processing a csv file with 8M rows containing Date objects, I noticed the dates in many rows (from a certain point over halfway the dataset) went missing after writing the arrowBuffer to file and reading it again. I managed to construct a minimal example using only 10 rows:
When processing a csv file with 8M rows containing Date objects, I noticed the dates in many rows (from a certain point over halfway the dataset) went missing after writing the arrowBuffer to file and reading it again. I managed to construct a minimal example using only 10 rows:
The first print results in the correct output:
The second has missing dates:
I am using node 16.3.
There is of course always the possibility I made an embarrassing mistake.
edit: an even more minimal example
The text was updated successfully, but these errors were encountered: