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
I have tracked down an error I initially found in trying to use query.jl, but the root cause seems to be an apparent bug when importing csv files where the bottom right most cell is empty.
For example with the simple test csf file (attached test.csv) which looks like this
when you import the empty bottom right most cell is coming up as #undef rather than missing
This then causes all kinds of downstream havoc when doing anything with this cell. For example
EDIT: To clarify this error happens when the bottom right code cell in the csv file is empty. When it is explicitly coded as NA the import works fine
The text was updated successfully, but these errors were encountered:
I have tracked down an error I initially found in trying to use query.jl, but the root cause seems to be an apparent bug when importing csv files where the bottom right most cell is empty.
For example with the simple test csf file (attached test.csv) which looks like this
![Screenshot 2021-06-12 at 17 12 48](https://user-images.githubusercontent.com/6765047/121782459-6b948200-cba1-11eb-86a6-ba241c05e1b1.png)
when you import the empty bottom right most cell is coming up as
![Screenshot 2021-06-12 at 17 14 03](https://user-images.githubusercontent.com/6765047/121782502-98489980-cba1-11eb-929d-ee5476f0881f.png)
#undef
rather thanmissing
This then causes all kinds of downstream havoc when doing anything with this cell. For example
![Screenshot 2021-06-12 at 17 14 47](https://user-images.githubusercontent.com/6765047/121782529-b44c3b00-cba1-11eb-86db-0eeb5714ad4f.png)
EDIT: To clarify this error happens when the bottom right code cell in the csv file is empty. When it is explicitly coded as NA the import works fine
The text was updated successfully, but these errors were encountered: