I’m looking for a way to read a CSV file into a pandas DataFrame, and I need to skip a certain row in the input file that comes after an unknown number of comment rows — unknown in the sense that I’d like my code to work with multiple data files, and the number of […]
The post ignoring row numbers of comment rows in python pandas read_csv appeared first on BlogoSfera.