Mention that files are compressed
The files downloaded from the NOAA are gz
-compressed, which might be unfamiliar to the participants.
Either decompress them or load the .gz
-files. Note that pandas.read_csv()
can actually handle this format.
Edited by Erxleben, Fredo