Skip to content

Instantly share code, notes, and snippets.

@acturtle
Created August 24, 2023 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acturtle/4589ca8626b50652f0fd6011636cf305 to your computer and use it in GitHub Desktop.
Save acturtle/4589ca8626b50652f0fd6011636cf305 to your computer and use it in GitHub Desktop.
actuaries_digital_07
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