renato2099 commented on issue #1212:
URL: 
https://github.com/apache/datafusion-python/issues/1212#issuecomment-3288760403

   I wanted to take a stab at this issue, but I am not sure about it because if 
we are writing python code, then `"Col_Id1"` === `'Col_Id1'`, I mean in pure 
python that would be the expectation.
   That said double quotes are indeed supported but mainly in engines with SQL 
support, for example, doing something like
   ```
   duckdb.query('SELECT "ID_For_Students" FROM students').to_df()
   ```
   so I am not sure if we want to deviate too much from other pure python based 
libraries (e.g., pandas , Polars)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to