Jake Vanderplas
Jake Vanderplas
Yes, updating this would be great! The repo has definitely been neglected.
Those examples still work with the most recent release, I believe, but they don't work with the current master branch.
(which is probably better than the other way around :smile:)
That's pretty cool! Great idea to have this available via the docs
Thanks! Looks like some conflicts need to be resolved
Thanks for the report! It seems to be a change in Vega-Lite's default layout. I'm not sure whether it's a bug or intended behavior in the vega-lite renderer
CSV format can behave strangely with Vega-Lite, because unlike JSON there is no inherent numerical type. You can get around that by specifying the `parse` argument to `alt.UrlData`: ```python csv_data...
Thanks for the report - it's hard to help without more information. 1. Can you include the full code snippet used to create and save the chart? (preferably a [minimal...
3rd party zip downloads are suspicious, and I'm not willing to click on that link. Please edit the original question and paste your minimal reproducible example code. Thanks!
I think adding geopandas to the docs should be fine. It's probably the nicest interface we have for geographic data at the moment. Thanks for bringing this up - geo...