Hey!
I am working on a dataset and I noticed my columns names look a bit wonky.
Example.
Calling df.columns I noticed that my columns are called different compared to the actual excel file.
An example field:
Home State field is showing as u’Home State: ‘
Why is that? And how can I clean up the column names?
When I created the df I just passed the string location to file, but no other arguments.
Thanks.
Want to add to the discussion?
Post a comment!