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: Add the preview() function #20

Merged
merged 13 commits into from
Jan 7, 2025
Merged

feat: Add the preview() function #20

merged 13 commits into from
Jan 7, 2025

Conversation

rich-iannone
Copy link
Member

This PR introduces a new preview() function along with updates to integrate this function and related utility improvements. The preview() function allows you to preview a table by displaying the first and last few rows (Five rows top, five bottom; configurable). Works the same for every type of table supported (Pandas, Polars, Ibis tables) and has a unified look.

Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.76%. Comparing base (f59edb0) to head (f64aed7).
Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
+ Coverage   99.74%   99.76%   +0.01%     
==========================================
  Files          11       12       +1     
  Lines        1982     2096     +114     
==========================================
+ Hits         1977     2091     +114     
  Misses          5        5              

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

@rich-iannone rich-iannone marked this pull request as ready for review January 7, 2025 23:16
@rich-iannone rich-iannone merged commit 55f2007 into main Jan 7, 2025
6 checks passed
@rich-iannone rich-iannone deleted the feat-preview-tbl branch January 7, 2025 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant