Maxime Liquet
Maxime Liquet
- [x] Handle the data explicitly instead of loading it dynamically from an external URL directly from the notebook Given the search I did last summer *Gapminders* was the only...
When a project is archived - step that builds the ZIP that people can download from the website - the main README.md of this repo is bundled included in the...
- [ ] Noticed that two images were not in the `assets/` sub-directory. Somehow building the site with nbsite deletes them, that's not a big deal but it's not a...
We should list what the labels should be and clean up the projects accordingly. My proposal would be to list the HoloViz packages used, and possibly the plotting library. I...
HoloViews makes it easy to create a "minimap". hvPlot should offer an API that makes it straightforward to generate this sort of layout. The name of this feature usually includes...
HoloViews has the [Slope](https://holoviews.org/reference/elements/bokeh/Slope.html) element that displays a line with a gradient and a y-intercept. It also has a `from_scatter` class method that fits the line based on a `Scatter`...
This is going to be removed in GeoPandas 1.0 which will be released quite soon. https://github.com/geopandas/geodatasets can be used instead to load other geographic datasets, or the upcoming `hvsampledata` package.
An error is raised while plotting the points `geoda.groceries` dataset from `geodatasets`. Not sure why, I think it has something to do with the projection in which this dataset is....
When `geo=True` (either explicitly set or implicitly inferred in the converter), the `crs` attribute of a GeoDataFrame should be used to internally set `crs`. I think this is already in...