-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
add var_names to to_dataframe #2277
Conversation
@OriolAbril how should we handle the cases when some variable is not found in all groups. I currently have it in "ignore" mode. |
I think that is fine. If I say |
I need to tests this still manually, but I think after it we can merge this. |
3ace6dc
to
f4c4973
Compare
Codecov Report
@@ Coverage Diff @@
## main #2277 +/- ##
==========================================
- Coverage 86.89% 86.88% -0.01%
==========================================
Files 122 122
Lines 12628 12638 +10
==========================================
+ Hits 10973 10981 +8
- Misses 1655 1657 +2
|
Fixes #2260
Description
Add var_names and var_filter to to_dataframe function. Follows similar logic as in extract function.
Checklist
📚 Documentation preview 📚: https://arviz--2277.org.readthedocs.build/en/2277/