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
Here I am using the term "ragged csv" like miller.
In a standard csv, if a cell is missing ,NA, it is common to just omit the value, but retain the commas ,,. @lithiumfrost uploaded a "ragged csv" where the omitted data came with no commas --- or any delimiter. See line 361 in the below image
It was mentioned that miller has an option to work with ragged csvs.
This is an open issue to think about how tv should work with these types of files.
Proposal
Since tv is based on pillar I lean on the shoulders of giants and see what the creators of the fantastic GNU-R pillar library decided to do. There are two components:
Here I am using the term "ragged csv" like miller.
In a standard csv, if a cell is missing
,NA,
it is common to just omit the value, but retain the commas,,
. @lithiumfrost uploaded a "ragged csv" where the omitted data came with no commas --- or any delimiter. See line 361 in the below imageIt was mentioned that miller has an option to work with ragged csvs.
#75 (comment)
This is an open issue to think about how
tv
should work with these types of files.Proposal
Since
tv
is based onpillar
I lean on the shoulders of giants and see what the creators of the fantastic GNU-Rpillar
library decided to do. There are two components:Here is the output.
Original Test file:
en_climate_hourly_AB_3012209_05-2021_P1H.csv
The text was updated successfully, but these errors were encountered: