'How to call out numerous columns (+600) in large dataset?
I just started coding with Python a month ago and was wondering is there a way to call out columns within a large dataset using a csv file that contains a list of column names? I've only seen examples online where short lists were created to call out the columns, but I have over 600 columns I want to sieve (based on site name) and I was hoping it would be easier for python to read a list from a csv file that had all the header names of the columns instead of listing them all. Also, can pandas handle something like that or would I need something more robust?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
