-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
fix(python): Consider the original dtypes when selecting columns in write_excel
function
#20909
Conversation
…he `write_excel` function
write_excel
function
Fixes #20910 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #20909 +/- ##
=======================================
Coverage 79.76% 79.77%
=======================================
Files 1569 1569
Lines 222895 222898 +3
Branches 2573 2574 +1
=======================================
+ Hits 177782 177806 +24
+ Misses 44521 44500 -21
Partials 592 592 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs unit test coverage before it can be approved (and a small varname change), but otherwise looks good, thanks 👍
@alexander-beedie changed the variable name and added unit tests. It is ready to review. |
No description provided.