ctdcal.process_bottle.load_hy_file

ctdcal.process_bottle.load_hy_file(path_to_hyfile)[source]

Read in an exchange-formatted bottle file as a Pandas DataFrame.

Inputs

path_to_hyfileString or Path object

The path to the bottle file.

returns:

df – The bottle file without the lead/end rows, comments, or units

rtype:

Pandas DataFrame