Skip to content

Conversation

@mwouts
Copy link
Owner

@mwouts mwouts commented Dec 13, 2025

Closes #448

@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2025

Codecov Report

❌ Patch coverage is 91.61290% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.84%. Comparing base (c1723f4) to head (4af1f88).

Files with missing lines Patch % Lines
tests/test_other_dataframe_types.py 90.82% 10 Missing ⚠️
src/itables/javascript.py 85.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #467      +/-   ##
==========================================
- Coverage   94.00%   93.84%   -0.17%     
==========================================
  Files          46       46              
  Lines        2237     2373     +136     
==========================================
+ Hits         2103     2227     +124     
- Misses        134      146      +12     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link

github-actions bot commented Dec 13, 2025

Thank you for making this pull request.

Did you know? You can try it on Binder: Binder:lab.

Also, the version of ITables developed in this PR is available as a wheel artifact 📦 for easy installation.
Download it here, unzip it and then run pip install itables-xxx.whl in the unzipped directory.

A conda package is also available for easy installation:
Download it here, and then run conda install itables-xxx.tar.bz2 in the directory where you downloaded the file.

@mwouts mwouts force-pushed the show_dataframe_type branch 7 times, most recently from 61c8d00 to 52b8272 Compare December 14, 2025 14:53
@mwouts mwouts force-pushed the show_dataframe_type branch from 52b8272 to 4af1f88 Compare December 14, 2025 14:54
@mwouts mwouts merged commit ee8474e into main Dec 14, 2025
20 checks passed
@mwouts mwouts deleted the show_dataframe_type branch December 14, 2025 15:19
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.

Show the object type (Polars/Pandas DataFrame/Series)

3 participants