pyrad.io.read_timeseries#
- pyrad.io.read_timeseries(fname)[source]#
Reads a time series contained in a CSV file.
- Parameters:
fname (str) – Path of the time series file.
- Returns:
date, value (tuple) – A pandas DatetimeIndex containing the time and a numpy masked array containing the values. Returns (None, None) if file reading fails.