posit-dev / great-tables

Make awesome display tables using Python.
https://posit-dev.github.io/great-tables/
MIT License
1.9k stars 71 forks source link

docs: fix deprecated warning for `pl.DataFrame.pivot()` #472

Closed jrycw closed 1 month ago

jrycw commented 1 month ago

This PR addresses uncaught deprecated warnings related to pl.DataFrame.pivot() in the documentation examples.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.54%. Comparing base (cec3e8d) to head (6ce2090). Report is 6 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #472 +/- ## ======================================= Coverage 87.54% 87.54% ======================================= Files 42 42 Lines 4840 4840 ======================================= Hits 4237 4237 Misses 603 603 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.