Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-30992: Change type of uint64 columns in DataFrame before saving #20

Merged
merged 1 commit into from Aug 27, 2021

Conversation

andy-slac
Copy link
Collaborator

Pandas to_sql() method cannot work with uint64 column types, to
continue using this method we change column type to int64. This can
change some values to negatives but it probably was already happening
at database level.

Pandas to_sql() method cannot work with uint64 column types, to
continue using this method we change column type to int64. This can
change some values to negatives but it probably was already happening
at database level.
@andy-slac andy-slac merged commit b66926d into master Aug 27, 2021
@andy-slac andy-slac deleted the tickets/DM-30992 branch August 27, 2021 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants