We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2950673 commit 185b203Copy full SHA for 185b203
spec/API_specification/dataframe_api/dataframe_object.py
@@ -63,23 +63,6 @@ def __dataframe_namespace__(
63
64
"""
65
66
- @classmethod
67
- def from_dict(cls, data: Mapping[str, Column]) -> DataFrame:
68
- """
69
- Construct DataFrame from map of column names to Columns.
70
-
71
- Parameters
72
- ----------
73
- data : Mapping[str, Column]
74
- Column must be of the corresponding type of the DataFrame.
75
- For example, it is only supported to build a ``LibraryXDataFrame`` using
76
- ``LibraryXColumn`` instances.
77
78
- Returns
79
- -------
80
- DataFrame
81
82
83
@property
84
def dataframe(self) -> object:
85
0 commit comments