ctdcal.io.load_exchange_btl

ctdcal.io.load_exchange_btl(btl_file: Union[str, pathlib.Path]) pandas.core.frame.DataFrame[source]

Load WHP-exchange bottle file (_hy1.csv) into DataFrame. File can be on local file system or downloaded from an appropriate cchdo.ucsd.edu link (e.g., https://cchdo.ucsd.edu/data/19436/325020210316_hy1.csv)

Adapted from cchdo.hydro package.

Parameters

btl_file (str or Path) – Name or URL of file to be loaded

Returns

df – Loaded bottle file

Return type

DataFrame