This function loads a series of daily csv files and combines them into a monthly dataframe Create an empty Pandas DataFrame append to empty DataFrame after each load. Word of caution – the columns must be the same for all inputs. One should test the columns to make sure you get what you expect. def load_monthly_noaa_csv_files( dir, noaa_station, ext = […]
