HeWhoHeWho opened a new issue, #1212:
URL: https://github.com/apache/datafusion-python/issues/1212
**Describe the bug**
In the context of CSV file, any capitalised column headers need to be
wrapped with double quotation, but when it comes to `.drop(col_name)`, the
double quotation is not needed all of a sudden.
**To Reproduce**
`df.drop('"ID_For_Students"')` -> This should work but it didn't
`df.drop('ID_For_Students')` -> This worked instead
**Expected behavior**
`df.drop('"ID_For_Students"')` -> This should be the correct & standardised
syntax for CSV file column headers with capitalisation.
**Additional context**
N/A
--
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]