You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Calling cudf.Series.apply should retain the Series name to align with pandas.Series.apply behavior. The previous behavior of cudf.Series.applymap (deprecated in favor of cudf.Series.apply) correctly retains the Series name.
Describe the bug
Calling
cudf.Series.apply
should retain the Series name to align withpandas.Series.apply
behavior. The previous behavior ofcudf.Series.applymap
(deprecated in favor ofcudf.Series.apply
) correctly retains the Series name.Steps/Code to reproduce bug
Expected behavior
name
should be retained.The text was updated successfully, but these errors were encountered: