Eric Bergerson
- Total activity 83
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 27
-
Eric Bergerson commented, -
-
-
Eric Bergerson created a post, 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... -
-
Eric Bergerson created a post, AnsweredMplD3
The mpld3 package provides a structure for implementing plugin classes that can be registered in the framework to generate javascript versions of matplotlib figures. A typical class looks like thi... -
Eric Bergerson created a post, Sql Language Injection Exclusions
The screen shot below contains two examples of the same SQL, one of which the injection causes no error because all of the content of the string is correct SQL and the other has an error before a s... -
-
-
Eric Bergerson created a post, CompletedParent module 'not found while handling absolute import
I just upgraded my PyCharm from Version 2016.2 to 2016.2.3, and then re-ran a unit test that just succeeded before the upgrade. It succeeded, but a bunch of warnings come up in the form: /Users/eb...