Skip to content

Commit dbc72fa

Browse files
committed
map -> map_full_axis
Signed-off-by: Jonathan Shi <[email protected]>
1 parent 1e863e7 commit dbc72fa

File tree

1 file changed

+1
-2
lines changed
  • modin/experimental/core/execution/ray/implementations/pandas_on_ray/io

1 file changed

+1
-2
lines changed

modin/experimental/core/execution/ray/implementations/pandas_on_ray/io/io.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,9 @@ def func(df, **kw):
238238
df.to_pickle(**kwargs)
239239
return pandas.DataFrame()
240240

241-
result = qc._modin_frame.map(
241+
result = qc._modin_frame.map_full_axis(
242242
func,
243243
axis=1,
244-
full_axis=True,
245244
new_index=[],
246245
new_columns=[],
247246
enumerate_partitions=True,

0 commit comments

Comments
 (0)