James Myatt

Results 99 comments of James Myatt

Im not a maintainer but Python 3.6 is EOL so dropping support makes sense. Pereonally I'm in favour of small projects like this only supporting relatively few python versions for...

This repo appears to be inactive (last commit was 5 years ago). Maybe it's better to use the Nullkraft repo now, which is ahead of this one anyway.

Can I add my vote for synchronization between rst and ipynb? It would be very helpful to convert a pile of rst to ipynb so that you can convert a...

Any suggestions on how to handle this? Is if even necessary for jupyterlab 3?

Try with `minimal=True` See https://github.com/pandas-profiling/pandas-profiling#large-datasets

I have this issue too. Can this be re-opened? I'm using pandas_profiling v2.9.0 (and geopandas v0.8.1)

You could solve the dependency issue with PlatformIO

According to the spec (http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html: [MQTT-1.5.3-1]) _"If a Server or Client receives a Control Packet containing ill-formed UTF-8 it MUST close the Network Connection."_

Can you open a PR to fix MANIFEST.in?

If this were refactored to use fsspec, then adding other backends would probably be easy. However that first part is going to be hard. https://filesystem-spec.readthedocs.io/en/latest/