ai-content-maker/.venv/Lib/site-packages/pandas/api/interchange/__init__.py

9 lines
230 B
Python
Raw Permalink Normal View History

2024-05-03 04:18:51 +03:00
"""
Public API for DataFrame interchange protocol.
"""
from pandas.core.interchange.dataframe_protocol import DataFrame
from pandas.core.interchange.from_dataframe import from_dataframe
__all__ = ["from_dataframe", "DataFrame"]