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
Sometimes numeric columns in CSV files unfortunately get stored with thousands separators (eg., 10000 might be stored as 10,000). Some CSV parsers in other languages allow for hinting to the parser that these columns are really numeric (int in the previous example). It would be nice if this feature could be available in DuckDB in a future release.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes numeric columns in CSV files unfortunately get stored with thousands separators (eg.,
10000
might be stored as10,000
). Some CSV parsers in other languages allow for hinting to the parser that these columns are really numeric (int
in the previous example). It would be nice if this feature could be available in DuckDB in a future release.Beta Was this translation helpful? Give feedback.
All reactions