Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(_dtypes): non pandas boolean numpy type was deprecated
when decoding nullable boolean from parquet files created without pandas we were facing an AttributeError on np.float_ that was deprecated and replaced by np.float64_
- Loading branch information