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
Is your feature request related to a problem? Please describe.
Pandas 1.3.2 is already out and we need to upgrade the current max pandas version in cudf https://anaconda.org/conda-forge/pandas
The text was updated successfully, but these errors were encountered:
Fixes: #9125
This PR:
- [x] Upgrades pandas to its latest version - `1.3.2`
- [x] Fixes multiple hidden issues in `cudf` that were fixed as part of the latest `pandas` release.
- [x] Introduces `xfail` at multiple places which are essentially regressions in the latest `pandas` release.
- [x] Split up and refactor some `pytests` that will help us determine failures easily and are maintainable.
Authors:
- GALI PREM SAGAR (https://github.com/galipremsagar)
Approvers:
- Jordan Jacobelli (https://github.com/Ethyling)
- Ashwin Srinath (https://github.com/shwina)
URL: #9147
Is your feature request related to a problem? Please describe.
Pandas
1.3.2
is already out and we need to upgrade the current max pandas version incudf
https://anaconda.org/conda-forge/pandas
The text was updated successfully, but these errors were encountered: