-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
docs(rust): Align dates in DataFrame example with Python #18491
docs(rust): Align dates in DataFrame example with Python #18491
Conversation
FYI: As shown, there is a discrepancy between the Rust code and the standard output example (as well as the Python code) in docs. |
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.
Well spotted ;)
@xhiroga: Ahhh... I see there is now a conflict; could would you mind resolving? |
@alexander-beedie Sure! I've just resolved the conflict and updated the PR. |
@ritchie46, @stinodego: FYI, this one looks good to merge now :) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18491 +/- ##
=======================================
Coverage 79.86% 79.86%
=======================================
Files 1524 1524
Lines 207747 207747
Branches 2908 2908
=======================================
+ Hits 165922 165924 +2
+ Misses 41276 41274 -2
Partials 549 549 ☔ View full report in Codecov by Sentry. |
Aligns dates in Rust DataFrame example with Python version and standard output.
This improves consistency across documentation, preventing confusion for users.