Closed jrycw closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.74%. Comparing base (
fedac08
) to head (20fa355
). Report is 147 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I wonder if something like polars.DataFrame.glimpse could be useful here? I realize these are pandas DataFrames, but glimpse scales so nicely width number of columns 😭
Thanks for sharing this—it’s new to me.
I like how it uses the row to display information more concisely. I’m fine with either option :).
I've pushed another commit using polars.DataFrame.glimpse
, and it looks promising—I’m leaning toward this option.
Would it be possible to generate preview sites for both options?
My only concern is that the preview includes Polars-specific data types, which might be a small hurdle for users more familiar with Pandas.
@rich-iannone and @machow, have we reached a consensus on which format to use for the preview section yet?
From pairing w/ Rich -- the glimpse approach looks great, thanks for taking the time to explore different approaches here!
I’d like to propose adding a preview section to allow users to quickly glance at the built-in datasets. I believe this would help users choose the appropriate dataset for exploring the table.