Jake Odom
Jake Odom
As described in the issues https://github.com/ydataai/pandas-profiling/issues/888 and https://github.com/ydataai/pandas-profiling/issues/837 , upon the release of 3.1.0, a side effect of importing pandas_profiling was that it overrode the existing backend of matplotlib on...
**Describe the bug** if you import matplotlib in jupyter notebook and run ``` import numpy as np import numpy as np import matplotlib as mpl import matplotlib.pyplot as plt #...
### Describe the bug If you use the `@DynamoDbVersionAttribute` in conjunction with `@SortKey`, the initial `PutItem` request will work, and correctly store the item with `1` for Version, but subsequent...