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 .nest[...] = pd.Series #63

Merged
merged 2 commits into from
May 9, 2024

Unit test for .nest["field"] = pd.Series()

4375c59
Select commit
Loading
Failed to load commit list.
Merged

Fix .nest[...] = pd.Series #63

Unit test for .nest["field"] = pd.Series()
4375c59
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 9, 2024 in 0s

97.56% (+0.00%) compared to be2b7a6

View this Pull Request on Codecov

97.56% (+0.00%) compared to be2b7a6

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.56%. Comparing base (be2b7a6) to head (4375c59).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #63   +/-   ##
=======================================
  Coverage   97.55%   97.56%           
=======================================
  Files          16       16           
  Lines         818      820    +2     
=======================================
+ Hits          798      800    +2     
  Misses         20       20           

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