Is io.sql._SAFE_NAMES_WARNING
still relevant?
#44295
Labels
Clean
Error Reporting
Incorrect or improved errors from pandas
good first issue
IO SQL
to_sql, read_sql, read_sql_query
Milestone
Is your feature request related to a problem?
When I try to dump a DataFrame which has spaces in columns into an SQLite database, I get the _SAFE_NAMES_WARNING. However, spaces in column names are no longer changed to underscores since version 0.14. This warning should be removed. IMHO it is no longer relevant.
Describe the solution you'd like
Remove the following lines from io/sql.py in function
SQLiteTable._create_table_setup
:API breaking implications
None
Describe alternatives you've considered
None
Additional context
The text was updated successfully, but these errors were encountered: