dataiter icon indicating copy to clipboard operation
dataiter copied to clipboard

Python classes for data manipulation

Results 2 dataiter issues
Sort by recently updated
recently updated
newest added

https://github.com/numpy/numpy/releases At least * A new variable-length string `dtype`, `numpy.dtypes.StringDType` and a new `numpy.strings` namespace with performant ufuncs for string operations Hence * Check for NumPy version `>= 2.0` in...

We're notably using Pandas for `DataFrame.read_csv`. That could probably be replaced with `pyarrow.csv.read_csv`, which would allow removing Pandas from the list of dependencies, leaving it as an optional dependency only...