DataFrame to SQL (MySQL) for dtype np.float64 columns
Open
- 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.