You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can only debug if the error is reproducible. Could you check if you could anonymize your data (change column names and add noise to the values etc) and share a subset with us for debugging?
Is there an existing issue for this?
What happened? - The current behavior
A bug happened!
RecursionError: maximum recursion depth exceeded while getting the str of an object
File , line 1
----> 1 da = LTVexploratory(
2 customer_table,
3 event_table,
4 registration_time_col='install_date',
5 event_time_col='event_date',
6 event_name_col='event_name',
7 value_col='value',
8 rounding_precision = 1
9 )
What did you expect to happen? - The expected behavior
A bug shouldn't have happened!
How to reproduce?
No response
The text was updated successfully, but these errors were encountered: