csvbase icon indicating copy to clipboard operation
csvbase copied to clipboard

Type hints in column names

Open calpaterson opened this issue 3 years ago • 0 comments

Brief overview

AS A user trying to paste a troublesome csv file

I WANT to add an explicit type hint to the column name

SO THAT I can bypass sniffing of the column type

Additional details

Probably something like My column name::integer. Python uses colons but SQL/ML-type langs use double colon, which is less likely to be an accident.

My column::nonsense should be ignored

calpaterson avatar Sep 04 '22 09:09 calpaterson