Joris Van den Bossche
Joris Van den Bossche
Did https://github.com/databricks/koalas/pull/1324 fix the original reported issue from https://issues.apache.org/jira/browse/ARROW-7986 about converting the sparse vector to a koalas Series?
That's correct, you can use geopandas with only shapely and pyproj installed. We currently still list `fiona` (and thus GDAL) as an install requirement in setup.py, but if you force...
So if shapely and pyproj are already available (and pandas), and since geopandas is a pure python package (that can be installed without specific effort?), it should actually already work,...
@kylebarron this is an old issue, but what is the current status of this in loaders.gl? * I see Parquet support was added in https://github.com/visgl/loaders.gl/pull/2103, but that is just loading...
Natural Earth indeed has States/Provinces, but the question will still be if that matches the regions as provided in the data. Is there an example of the data?
Thanks for that link. So https://www.naturalearthdata.com/downloads/10m-cultural-vectors/10m-admin-1-states-provinces/ has states and provinces shapes. I can take a look tomorrow if it is relatively straightforward to match those. But eg the COVID data...
> In the top level documentation we use multiple toctree`s with captions to structure the sections. This is fine in RTD, but pydata-sphinx-theme doesn't take these captions into account when...
So this theme uses the toctree as inferred by sphinx from your project (but ignoring captions at the moment ..) to structure the layout. That also means that you might...
I commented on https://github.com/aiidateam/aiida-core/pull/4129, I think it would actually not be a big change to get it working with the current release. One thing is that you indeed get those...
> I have to say, I do prefer the RTD toctree bar though, where you can quickly link to anywhere in the documentation (to depth 2), Then you might want...