Sandbox Workbook Errors locally #498
Closed
patrickjung712
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi @patrickjung712, welcome! I am unable to replicate the issue that you are experiencing. But since you are running the workbook locally, the most likely scenario is that you are working on a different version of What version of import pandas as pd
import chainladder as cl
print(pd. __version__)
print(cl.__version__) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to chainladder and was working through the sandbox workbook locally. I get the following error on the below step:
Is this error and issue? or could it be causing the following issue?
I also get this following triangle summary
The 19 columns includes several evaluation time periods that are a year - 1 month (such as 11, 23, 35, 59).
Am I doing something wrong? It works for me in the google colab workbook.
Beta Was this translation helpful? Give feedback.
All reactions