Open HactarCE opened 1 month ago
A1
I1
import numpy as np import pandas as pd pd.DataFrame(np.vectorize(lambda s: str.strip(s) if isinstance(s, str) else s)(np.array(cells((1,1),(7,601)))))
Expected behavior: durations have their original values
Actual behavior: all durations have the value 0s
0s
A1
I1
and run it:Expected behavior: durations have their original values
Actual behavior: all durations have the value
0s