Updated script that can be controled by Nodejs web app
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__ = ["from_dataframe", "DataFrame"]
|
Binary file not shown.
Reference in New Issue
Block a user