Add support for dtypes in merge upsert #1541
ogescalante
started this conversation in
Ideas
Replies: 0 comments
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.
-
Hey guys, I'm using the functionality of merge upsert and I'm having to make temporary parquet to parse dtypes before merging, or use the as_type function of pandas, but in the to_parquet function it already can cast the dtypes.
It would be awesome if you guys added the option to pass the dtypes just like the to_parquet function, and behind the scenes cast the dtypes before merging the datasets.
Beta Was this translation helpful? Give feedback.
All reactions