-
Notifications
You must be signed in to change notification settings - Fork 103
add summary_ to methodbase #839
Copy link
Copy link
Open
Labels
Effort > Serious 🐘Large, complex tasks requiring a few weeks to months of work.Large, complex tasks requiring a few weeks to months of work.Impact > Moderate 🔶User-visible but non-breaking change. Treated like a minor version bump (e.g., 0.6.5 → 0.7.0).User-visible but non-breaking change. Treated like a minor version bump (e.g., 0.6.5 → 0.7.0).
Milestone
Metadata
Metadata
Assignees
Labels
Effort > Serious 🐘Large, complex tasks requiring a few weeks to months of work.Large, complex tasks requiring a few weeks to months of work.Impact > Moderate 🔶User-visible but non-breaking change. Treated like a minor version bump (e.g., 0.6.5 → 0.7.0).User-visible but non-breaking change. Treated like a minor version bump (e.g., 0.6.5 → 0.7.0).
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
Status
Backlog
Description
outputting chainladder results can be a pain today, evidenced by our campaign to recreate friedland.
Is your feature request aligned with the scope of the package?
Describe the solution you'd like, or your current workaround.
adding a property to
MethodBasethat displays the following in a pandas dataframframeindex
column
origin
development
ldf_
cdf_
latest_diagonal_
ultimate_
ibnr_
not every use case will need all these series each time. but it's easy enough to call .summary_[[columns_you_want]]
Do you have any additional supporting notes?
No response