pyrad.io.read_intercomp_scores_ts#

pyrad.io.read_intercomp_scores_ts(fname, sort_by_date=True, fillvalue=None, return_dataframe=False)[source]#

Read a radar intercomparison scores CSV file using pandas.

Returns the same tuple as the original function by default. If return_dataframe=True, returns the cleaned DataFrame instead.