Skip to content
Advertisement

Tag: weather

Reading a CSV from a particular line

I am writing a program working on weather station’s data, and this is the CSV I get from my station: The issue is that pandas has troubles opening it. First, I had an error message that I managed to bypass by writing: Now the other issue is that the pandas file only displays the first 4 lines: The CSV can

Advertisement