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
[SPARK-40356][INFRA][PS] Upgrade pandas to 1.4.4 (infra and docs)
### What changes were proposed in this pull request?
Upgrade pandas to 1.4.4 in infra and doc gen
### Why are the changes needed?
https://pandas.pydata.org/docs/whatsnew/v1.4.4.html
Especially, fix bugs which mentioned in #36353:
- Fixed regression in DataFrame.fillna() not working on a DataFrame with a MultiIndex (GH47649)
- Fixed regression in DataFrame.eval() creating a copy when updating inplace (GH47449)
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
CI passed
Closes#37810 from Yikun/pandas-1.4.4.
Authored-by: Yikun Jiang <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
0 commit comments