Adam Hughes

Results 56 comments of Adam Hughes

GeoPandasDataframe has to_json(), may help https://github.com/geopandas/geopandas/blob/master/geopandas/geodataframe.py

Maybe even more simply, each plot() call specifies the kinds it's allowed to have? Or is this reverting back to pre-plotparser too much?

FWIW, on windows 10 I had to install all of these, rather than just the first option MSVC v143 before the `pip install chromadb` would work ![image](https://github.com/chroma-core/chroma/assets/1972276/ac199db6-addc-42e1-a8dd-4d5d6cee2d0f)

How do I remove logging warnnigs from appearing in notebook? Try out the nice notebook from hyperlink.

Also index are built to be immutable, since they can be shared by different dfs. Can't do index[0]=1.0 for example.

Hey, The bug is on the pyparty end, not a scikit image bug or anything. Also, didn't realize anyone else was on this board. Are you using this library?

Should make a _CONFIG file that is actually used and reads from CONFIG and interacts with user. When someone changes the configuration in code and wants it to be permanent,...

Warning or error if user asks for too many? Probably better to just have it return 1 or both or something

Made any2uint, no super well-tested, but used in mc.from_labels( mapper = ...) Also any2rgb should handle non-arrays just by wrapping to_normrgb() any2bool also needs there

_gencorr_2d (the correlation plot) actually does some cbar setting, consult this.