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

feat(python): Added List dtype support with all subtypes for from_repr functionality #16226

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

tharunsuresh-code
Copy link
Contributor

Added support for recognizing List dtype for column data when using from_repr functionality #15842

Reused code blocks from INTEGER_DTYPES and FLOAT_DTYPES to use for casting List subtypes.

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars labels May 14, 2024
Copy link

codecov bot commented May 14, 2024

Codecov Report

Attention: Patch coverage is 91.04478% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 81.43%. Comparing base (a4d30b4) to head (51ee8da).

Files Patch % Lines
py-polars/polars/_utils/various.py 91.89% 1 Missing and 2 partials ⚠️
py-polars/polars/datatypes/convert.py 85.71% 0 Missing and 2 partials ⚠️
py-polars/polars/convert.py 93.75% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16226      +/-   ##
==========================================
- Coverage   81.44%   81.43%   -0.01%     
==========================================
  Files        1409     1409              
  Lines      184725   184763      +38     
  Branches     2971     2984      +13     
==========================================
+ Hits       150442   150457      +15     
- Misses      33763    33783      +20     
- Partials      520      523       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tharunsuresh-code tharunsuresh-code changed the title feat(python): Added List dtype support with Integer and Float subtypes for from_repr functionality feat(python): Added List dtype support with all subtypes for from_repr functionality May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant