radproc.core.load_months_from_hdf5

radproc.core.load_months_from_hdf5(HDFFile, year, months=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12])

Imports the specified months of one year and merges them to one DataFrame.

Parameters:
HDFFile : string
Path and name of the HDF5 file containing monthly datasets.
year : integer
Year for which data are to be loaded.
months : list of integers (optional, default: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12])
Months for which data are to be loaded.
Returns:
df : pandas DataFrame