pandas-dataclasses icon indicating copy to clipboard operation
pandas-dataclasses copied to clipboard

:zap: pandas data creation made easy by dataclass

Results 5 pandas-dataclasses issues
Sort by recently updated
recently updated
newest added

I thought it could be a nice thing to have a `read_csv` class method in a pandas_dataclass. For example, suppose I have a CSV like the one below and I'd...

feature

What should be the API for working with pandas, pyarrow, and dataclasses and/or pydantic? - Pandas 2.0 supports pyarrow for so many things now, and pydantic does data validation with...

feature