Skip to content

Conversation

@DeaMariaLeon
Copy link
Contributor

This PR is to implement one of Marco's suggestions:
#339 (comment)

@github-actions
Copy link

github-actions bot commented Dec 1, 2024

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 can be installed with pip:

pip install git+https://github.com/DeaMariaLeon/itables.git@first_pr

(this requires nodejs, see more at Developing ITables)

except AttributeError:
# Polars DataFrame
data = list(df.iter_rows())
data = list(df.rows())

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just data = df.rows(), you don't need list

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

of course, sorry

@mwouts
Copy link
Owner

mwouts commented Dec 1, 2024

Sounds great, will test in the coming days!

@codecov-commenter
Copy link

codecov-commenter commented Dec 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.76%. Comparing base (038f597) to head (8db2c15).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #340   +/-   ##
=======================================
  Coverage   94.76%   94.76%           
=======================================
  Files          24       24           
  Lines        1280     1280           
=======================================
  Hits         1213     1213           
  Misses         67       67           

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

@mwouts mwouts merged commit 67803b5 into mwouts:main Dec 3, 2024
15 checks passed
@DeaMariaLeon DeaMariaLeon deleted the first_pr branch February 15, 2025 08:11
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.

4 participants