mindsdb / dfsql

SQL interface to Pandas
GNU General Public License v3.0
51 stars 9 forks source link

Remove column name preprocessing in dataframes #30

Closed btseytlin closed 3 years ago

btseytlin commented 3 years ago

This introduces a breaking change: dfsql no longer does any column name preprocessing. If you column name contains spaces or is generally weird, like Content Rating, you have to query it like this:

SELECT `Content Rating` FROM googleplaystore