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
For "read" subcommand the "columns" keyword is trying to pull the listed columns out of each time-series read in. Since "read" is unusual, the "columns" keyword should apply to the output.
The text was updated successfully, but these errors were encountered:
timcera
changed the title
The "columns" keyword should work on output of "read" rather than on input
Remove all keywords that only apply to csv files since now the keywords can be applied with different values for each csv file read in
Aug 24, 2021
This is now a non-issue. Can now read in only particular columns of a csv, xlsx, wdm,...etc. file so shifting this issue to actually removing CSV specific keywords that now should be given as keywords for each CSV file.
Remove "columns", "skiprows", and "names", for example.
To use the keywords on the command line would be something like:
For "read" subcommand the "columns" keyword is trying to pull the listed columns out of each time-series read in. Since "read" is unusual, the "columns" keyword should apply to the output.
The text was updated successfully, but these errors were encountered: