pyrad.io.read_monitoring_ts#
- pyrad.io.read_monitoring_ts(fname, sort_by_date=False)[source]#
Reads a monitoring time series contained in a CSV file using pandas.
- Parameters:
fname (str) – Path of time series file
sort_by_date (bool) – If True, the read data is sorted by date prior to exit
- Returns:
date, np_t, central_quantile, low_quantile, high_quantile (tuple) – The read data. None otherwise