A compatibility layer that enables the DataFrame Standard (PEP 764) for pandas and Polars. Version 0.2.7 supports pandas 1.5+ and Polars 0.18+, providing a unified API for common operations. Released monthly.
pip install dataframe-api-compatVerified import paths — ran on the pinned version, not inferred.
Convert a pandas DataFrame to the standard DataFrame API and perform operations.
Update imports to `dataframe_api_compat.pandas_standard` or use the top-level `convert_to_standard` function.
Replace `df.__convert_to_standard__()` with `convert_to_standard(df)`.
Check the supported operations list in the documentation before relying on a method.
No dependency data recorded yet.