You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this enhancement has not already been requested
How would you categorize this request. You can select multiple if not sure
Developer ergonomics (defaults, error messages)
Enhancement Description
It should be possible to call Buckaroo with an argument like Buckaroo(df, extra_summary_stats=summary_stats_df) where summary_stats_df is a dataframe that gets turned into summary stats rows (which are available for referencing in styling)
Columns should be in common with the main dataframe.
Checks
How would you categorize this request. You can select multiple if not sure
Developer ergonomics (defaults, error messages)
Enhancement Description
It should be possible to call Buckaroo with an argument like
Buckaroo(df, extra_summary_stats=summary_stats_df)
where summary_stats_df is a dataframe that gets turned into summary stats rows (which are available for referencing in styling)Columns should be in common with the main dataframe.
Necessary for #335
Pseudo Code Implementation
No response
Prior Art
N/A
The text was updated successfully, but these errors were encountered: