Created
August 24, 2023 11:05
-
-
Save acturtle/4589ca8626b50652f0fd6011636cf305 to your computer and use it in GitHub Desktop.
actuaries_digital_07
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main = ModelPointSet(data=pd.DataFrame({ | |
"id": [1, 2, 3], | |
"sum_assured": [100_000, 50_000, 200_000], | |
"remaining_term": [36, 24, 60], | |
})) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment