this is first one

This commit is contained in:
mohammadreza
2026-07-27 19:22:30 +03:30
commit ec22b78689
5866 changed files with 1511603 additions and 0 deletions
@@ -0,0 +1,8 @@
"""
Public API for DataFrame interchange protocol.
"""
from pandas.core.interchange.dataframe_protocol import DataFrame
from pandas.core.interchange.from_dataframe import from_dataframe
__all__ = ["DataFrame", "from_dataframe"]