Initial commit: 首次建仓,建立目录结构
This commit is contained in:
@ -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"]
|
||||
Binary file not shown.
Reference in New Issue
Block a user