-
Hi,
There seems to be some dependency issues, when installing the package with poetry, which I'm guessing is related to recent changes to numpy. Calling ```from spatstat_interface.interface import …
-
-
-
-
-
-
-
Hi! Cool project, and great to finally be able to not just ignore missing imports in mypy.ini!
I've just been getting started today trying out the library with some pre-existing code that heavily u…
-
```
Python36\site-packages\pandleau\pandleau.py:81: FutureWarning: pandas.lib is
deprecated and will be removed in a future version.
You can access infer_dtype as pandas.api.types.infer_dtype
re…
-
```
Hi,
I've coded a table factory for creating PrettyTable objects from pandas
DataFrames. There are no additional imports required and the code is derived
from the pandas source code, so it shoul…