There is a CSV file with a lot of columns. I want to extract the columns with the text "People Sensible Heating Rate" and export it to a csv file named "People Sensible Heating Rate" using PANDAS.
First time here? Check out the Help page!
1 | initial version |
There is a CSV file with a lot of columns. I want to extract the columns with the text "People Sensible Heating Rate" and export it to a csv file named "People Sensible Heating Rate" using PANDAS.