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
-
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