QST: is the new behavior of df.apply(my_func, axis=1) in v1.1.0 intended? #35483
Closed
2 tasks done
Labels
Duplicate Report
Duplicate issue or pull request
I have searched the [pandas] tag on StackOverflow for similar questions.
I have asked my usage related question on StackOverflow.
Question about pandas
The above code ran on pandas 1.1.0 returns:
While in pandas 1.0.5 it returns:
Using python 3.8.3 and IPython 7.16.1.
The Question:
❓ What is the right way of getting the v1.0.5 behavior in v1.1.0?
I did see this release note but honestly can't figure out if this is an intended/unintended side effect of it: https://pandas.pydata.org/pandas-docs/stable/whatsnew/v1.1.0.html#apply-and-applymap-on-dataframe-evaluates-first-row-column-only-once
thanks
The text was updated successfully, but these errors were encountered: