blaze / blaze/odo

DataFrame to SQL (MySQL) for dtype np.float64 columns

Open
#425 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1k
Forks
131
PR merge metrics
No merged PRs in 30d

Description

I was having issues inserting columns with np.NaN values with dtype np.float64 because it was auto creating column type double without allowing null. However using DataFrame.to_sql worked fine as it would allow null for double type data.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.