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

Fix the rendering of empty Polars DataFrames #167

Merged
merged 3 commits into from Mar 12, 2023
Merged

Conversation

mwouts
Copy link
Owner

@mwouts mwouts commented Mar 12, 2023

Small fix to fix the rendering of empty Polars DataFrames.

Before:
table loading

Now:
image

@codecov-commenter
Copy link

codecov-commenter commented Mar 12, 2023

Codecov Report

Merging #167 (988ce55) into main (8147bf5) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #167   +/-   ##
=======================================
  Coverage   97.23%   97.23%           
=======================================
  Files          24       24           
  Lines         831      833    +2     
=======================================
+ Hits          808      810    +2     
  Misses         23       23           
Impacted Files Coverage Δ
itables/javascript.py 94.11% <100.00%> (+0.05%) ⬆️
itables/version.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mwouts mwouts merged commit dc48311 into main Mar 12, 2023
30 checks passed
@mwouts mwouts deleted the fix_empty_polars_df branch March 12, 2023 00:31
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.

None yet

2 participants