Skip to content

Comments

fix(bindings/python): wrong filename used when reading CSV in pandas exemple#6057

Merged
Xuanwo merged 1 commit intoapache:mainfrom
frex-is:fix/documentation-binding-python-wrong-filename-reference
Apr 20, 2025
Merged

fix(bindings/python): wrong filename used when reading CSV in pandas exemple#6057
Xuanwo merged 1 commit intoapache:mainfrom
frex-is:fix/documentation-binding-python-wrong-filename-reference

Conversation

@frex-is
Copy link
Contributor

@frex-is frex-is commented Apr 19, 2025

Which issue does this PR close?

Closes #6056

Rationale for this change

The example code currently attempts to read a file named test123.csv, which was never written.

What changes are included in this PR?

  • Fixed the filename in the file : bindings/python/docs/examples/pandas.ipynb from test123.csv to test.csv to match the file that is written.

Are there any user-facing changes?

No.

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. bindings/python bug Something isn't working labels Apr 19, 2025
@frex-is frex-is changed the title 🐛 fix wrong filename used when reading CSV fix(bindings/python): wrong filename used when reading CSV in pandas exemple Apr 19, 2025
Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this!

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Apr 20, 2025
@Xuanwo Xuanwo merged commit 9c1155c into apache:main Apr 20, 2025
61 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bindings/python bug Something isn't working lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug in python binding documentation : wrong filename used when reading CSV.

2 participants