holoviz-topics / examples

Visualization-focused examples of using HoloViz for specific topics
https://examples.holoviz.org
Creative Commons Attribution 4.0 International
82 stars 24 forks source link

Gapminders #230

Open maximlt opened 1 year ago

maximlt commented 1 year ago

Given the search I did last summer Gapminders was the only project that was downloading data dynamically from a notebook (e.g. pd.read_csv(external_url)). It should instead have its data better defined. I'm suggesting adding data as a data source in the downloads section of its anaconda-project.yml file. I would also be good to add a small test dataset in test_data/.

(If the data isn't heavy at all it could be added to the /data subfolder in the project directly).

jbednar commented 1 year ago

That all sounds good, thanks!

jtao1 commented 3 months ago

In my latest PR, I removed downloading from the notebook and added a test dataset.