Skip to content

Commit 185b203

Browse files
authored
remove from_dict (#181)
1 parent 2950673 commit 185b203

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

spec/API_specification/dataframe_api/dataframe_object.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,6 @@ def __dataframe_namespace__(
6363
6464
"""
6565

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-
8366
@property
8467
def dataframe(self) -> object:
8568
"""

0 commit comments

Comments
 (0)