Skip to content

Commit 86634ea

Browse files
authored
🔥 remove set_column (#138)
Co-authored-by: MarcoGorelli <>
1 parent dba7bbf commit 86634ea

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

spec/API_specification/dataframe_api/dataframe_object.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -179,21 +179,6 @@ def drop_column(self, label: str) -> DataFrame:
179179
"""
180180
...
181181

182-
def set_column(self, label: str, value: Column) -> DataFrame:
183-
"""
184-
Add or replace a column.
185-
186-
Parameters
187-
----------
188-
label : str
189-
value : Column
190-
191-
Returns
192-
-------
193-
DataFrame
194-
"""
195-
...
196-
197182
def rename_columns(self, mapping: Mapping[str, str]) -> DataFrame:
198183
"""
199184
Rename columns.

0 commit comments

Comments
 (0)