Skip to content

Fix some pandas warnings#394

Open
bobokvsky wants to merge 1 commit into
masterfrom
fix/pandas-warning-fixes
Open

Fix some pandas warnings#394
bobokvsky wants to merge 1 commit into
masterfrom
fix/pandas-warning-fixes

Conversation

@bobokvsky

Copy link
Copy Markdown
Collaborator

Summary

  • Fix FutureWarning when inserting rows into Postgres/SQLite via TableStoreDB by converting NULLs to Python None without fillna/replace downcasting.
  • Fix SettingWithCopyWarning in TableStore.hash_rows() by hashing a copied slice instead of a view into the input DataFrame.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant