Sebastiano Ferraris
Sebastiano Ferraris
Hello! Any news on this MR? Is the `save_to_json` something still being worked on?
Yes, this would be good indeed to have! I tried a few workarounds with session states to no avail.
Quick suggestion here: why not using accessors, as pandas does with datetimes (`DataFrame.dt.`)? It would become `GeoSeries.sh.`. So instead of: ```python GeoSeries.apply(shapely.concave_hull) ``` It would become: ```python GeoSeries.sh.concave_hull ```
Thanks. Please change also the code on the colab notebook. Or better use version 0.3.2 to not crash the import of `pl_bolts.models.autoencoders.components`