Skip to content

Drop pandas dependency, switch to narwhals for df-agnosticity#38

Merged
MarcusRisanger merged 3 commits intomainfrom
feat/polars-support
Jul 5, 2025
Merged

Drop pandas dependency, switch to narwhals for df-agnosticity#38
MarcusRisanger merged 3 commits intomainfrom
feat/polars-support

Conversation

@MarcusRisanger
Copy link
Owner

@MarcusRisanger MarcusRisanger commented Jul 4, 2025

Fixes #37 by replacing pandas as a core dependency with narwhals.

Can now use polars dataframes (and any dataframes supported by narwhals) in DataverseEntity.upsert and DataverseEntity.create.

@MarcusRisanger MarcusRisanger self-assigned this Jul 4, 2025
@codecov
Copy link

codecov bot commented Jul 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.97%. Comparing base (75dbb50) to head (9103f82).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
+ Coverage   91.13%   91.97%   +0.83%     
==========================================
  Files          17       17              
  Lines         869      885      +16     
==========================================
+ Hits          792      814      +22     
+ Misses         77       71       -6     

☔ 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.

@MarcusRisanger MarcusRisanger merged commit e764336 into main Jul 5, 2025
8 checks passed
@MarcusRisanger MarcusRisanger deleted the feat/polars-support branch July 24, 2025 21:00
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.

Polars/Pyarrow Support

1 participant