Eric Bergerson
- Total activity 83
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 27
-
Edited Inconsistent Type Interpretation
So, I have an object with the member `monitor_df`, and it is typed through the parameter that is assigned to it during the `__init__()` It is typed as `Optional[pd.DataFrame]`, so it can be either...