Skip to content
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

Typo in pl.DataFrame.cast method's docstring. #20529

Closed
2 tasks done
Prathamesh-Ghatole opened this issue Jan 2, 2025 · 3 comments
Closed
2 tasks done

Typo in pl.DataFrame.cast method's docstring. #20529

Prathamesh-Ghatole opened this issue Jan 2, 2025 · 3 comments
Labels
bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars

Comments

@Prathamesh-Ghatole
Copy link
Contributor

Prathamesh-Ghatole commented Jan 2, 2025

Checks

  • I have checked that this issue has not already been reported.
  • I have confirmed this bug exists on the latest version of Polars.

Reproducible example

import polars as pl

print(pl.DataFrame.cast.__doc__)

Log output

No response

Issue description

Found a little typo in the docstring of polars.DataFrame.Cast

I'm new to the community, so please let me know if it's recommended to just go and fix such small issues instead of raising an issue. Thankyou!

Expected behavior

Screenshot 2025-01-02 201152

Installed versions

--------Version info---------
Polars:              1.18.0
Index type:          UInt32
Platform:            Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.35
Python:              3.12.2 | packaged by conda-forge | (main, Feb 16 2024, 20:50:58) [GCC 12.3.0]
LTS CPU:             False

----Optional dependencies----
adbc_driver_manager  <not installed>
altair               <not installed>
azure.identity       <not installed>
boto3                <not installed>
cloudpickle          <not installed>
connectorx           <not installed>
deltalake            <not installed>
fastexcel            0.12.0
fsspec               <not installed>
gevent               <not installed>
google.auth          <not installed>
great_tables         <not installed>
matplotlib           <not installed>
nest_asyncio         1.6.0
numpy                2.2.1
openpyxl             3.1.5
pandas               2.2.3
pyarrow              18.1.0
pydantic             <not installed>
pyiceberg            <not installed>
sqlalchemy           <not installed>
torch                <not installed>
xlsx2csv             <not installed>
xlsxwriter           3.2.0
None
@Prathamesh-Ghatole Prathamesh-Ghatole added bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars labels Jan 2, 2025
@rodrigogiraoserrao
Copy link
Collaborator

Thanks and yeah, go ahead and open the PR to fix it 🤷 The overhead of reading the issue for such a small typo is not worth it.

@Prathamesh-Ghatole
Copy link
Contributor Author

Noted :)

@rodrigogiraoserrao
Copy link
Collaborator

Fixed in #20532

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
Projects
None yet
Development

No branches or pull requests

2 participants