-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bumping pandas version from 1.5.0 to 2.x #373
Conversation
Dear @dhrubo-os, this is just draft PR. I replaced deprecated mad method in pandas 2.x.x with custom function. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #373 +/- ##
=======================================
Coverage 91.53% 91.53%
=======================================
Files 42 42
Lines 4395 4395
=======================================
Hits 4023 4023
Misses 372 372 ☔ View full report in Codecov by Sentry. |
Let's take all the updates from main. |
Signed-off-by: Yerzhaisang <tasqali1697@gmail.com>
Signed-off-by: Yerzhaisang <tasqali1697@gmail.com>
….x.x and fixed quantile keyword argument Signed-off-by: Yerzhaisang <tasqali1697@gmail.com>
Signed-off-by: Yerzhaisang <tasqali1697@gmail.com>
Signed-off-by: Yerzhaisang <tasqali1697@gmail.com>
Signed-off-by: Yerzhaisang <tasqali1697@gmail.com>
Signed-off-by: Yerzhaisang <tasqali1697@gmail.com>
looks like integration tests are failing. |
Yeah, I will let you know when it's fixed |
@Yerzhaisang are you still working on this issue? |
Description
Fix all issues when pandas is upgraded from 1.5.0 to 2.x
Issues Resolved
#270
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.