DevelopmentConstant and group by. #467
Unanswered
MathiasOstnes
asked this question in
Q&A
Replies: 1 comment
-
I do something similar in practice. The The example uses a dictionary, but I think the interchange between Excel and Pandas is pretty straightforward and the interchange between a pandas dataframe and a dictionary is also pretty straight forward. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i am working on a larger model for claims triangles. I have the problem that i have chosen development constant from an excel file that looks like this:
LOB | DevelopmentQuarter | Value
Type1 | 3 | 1.5344
Type2| 3| 1.234
How does the groupby within the DevelopmentConstant work in practice? When i try to groupby class_path it gives me an error.
A more general question i have is if we are given the development factors in a excel file, what would be the most efficient way to implement them in the DevelopmentConstant function?
Thanks for the documentation already, and thanks for all the hard work,
Beta Was this translation helpful? Give feedback.
All reactions