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

docs(python): Add Polars & LLMs page to the user guide #21160

Closed
wants to merge 23 commits into from

Conversation

braaannigan
Copy link
Collaborator

Closes #21110

This PR covers the user guide component. An llms.txt requires a separate PR

@braaannigan braaannigan changed the title Add Polars & LLMs page to the user guide (docs): Add Polars & LLMs page to the user guide Feb 10, 2025
@braaannigan braaannigan changed the title (docs): Add Polars & LLMs page to the user guide docs(python): Add Polars & LLMs page to the user guide Feb 10, 2025
@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars and removed title needs formatting labels Feb 10, 2025
@braaannigan
Copy link
Collaborator Author

@ritchie46 Cheers, I just learned something important about cursor integration, I want to quickly add that in as well

Copy link

codecov bot commented Feb 12, 2025

Codecov Report

Attention: Patch coverage is 41.19948% with 451 lines in your changes missing coverage. Please review.

Project coverage is 79.76%. Comparing base (b50f758) to head (2be2036).
Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-stream/src/nodes/joins/equi_join.rs 0.00% 309 Missing ⚠️
crates/polars-io/src/csv/read/parser.rs 0.00% 80 Missing ⚠️
crates/polars-stream/src/nodes/io_sources/csv.rs 67.56% 24 Missing ⚠️
crates/polars-expr/src/hash_keys.rs 0.00% 17 Missing ⚠️
crates/polars-sql/src/context.rs 71.42% 16 Missing ⚠️
crates/polars-utils/src/select.rs 0.00% 3 Missing ⚠️
crates/polars-stream/src/nodes/io_sources/ipc.rs 98.07% 1 Missing ⚠️
.../polars-stream/src/nodes/io_sources/parquet/mod.rs 97.22% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21160      +/-   ##
==========================================
- Coverage   79.88%   79.76%   -0.13%     
==========================================
  Files        1593     1594       +1     
  Lines      227649   228142     +493     
  Branches     2600     2600              
==========================================
+ Hits       181858   181974     +116     
- Misses      45194    45571     +377     
  Partials      597      597              

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

@braaannigan
Copy link
Collaborator Author

Re-opened as #21218

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User guide page for getting Polars code from LLMs
10 participants