Replies: 2 comments 4 replies
-
I think |
Beta Was this translation helpful? Give feedback.
4 replies
-
Another option is to create a custom file type that assigns types to its columns:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a CSV file with lots of columns, a few of them (
monthly_price
,lease_duration
andtotal
) I always want to be of typeint
orfloat
when I open this sheet.I know about the
SheetsSheet.knownCols
attribute. But with it I set the type for all sheets I open in future. Can Ito specify column types just for this sheet?Is there a way to specify column types on the command line? ( something like like
vd my_table.csv --column-type=monthly_price,float
)Or can I specify colum types in a file-specific visidatarc file, maybe in the same directory as the CSV file? (e.g. something like my_table.visidatarc`)
I am curious what's possible in VisiData!
Beta Was this translation helpful? Give feedback.
All reactions