Open philippkraft opened 3 months ago
Not all sample names contain date & time - sometimes they are in separate columns. Before applying the sample parser
https://github.com/jlu-ilr-hydro/odmf/blob/f35827659c7469e8ae6bc426d7f5f279477dec7d/odmf/dataimport/lab_import.py#L237-L242
we need to check for the type time and timeonly to create a time column with datetime objects.
time
timeonly
Not all sample names contain date & time - sometimes they are in separate columns. Before applying the sample parser
https://github.com/jlu-ilr-hydro/odmf/blob/f35827659c7469e8ae6bc426d7f5f279477dec7d/odmf/dataimport/lab_import.py#L237-L242
we need to check for the type
time
andtimeonly
to create a time column with datetime objects.