This repository was archived by the owner on Mar 3, 2026. It is now read-only.
Replies: 1 comment
-
|
This could make sense, but would likely have efficiency problems -- manipulating strings is far more costly than manipulating integers. An alternative would be to default to treating them as strings, but allow the user to specify a schema. And/or make it configurable with some options:
|
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.
-
When loading two different portions of a CSV file, it's possible to create inconsistent DB schemas. I propose that we always treat CSV columns a strings.
Beta Was this translation helpful? Give feedback.
All reactions