Eric Narro Data#
Recent blog posts#
Get wine harvest data by French Region from a pdf - 2023-07-19
France Agrimer is one of the Oh-How-Many beaurocratric structures that French taxpayers happily finance. In between others, they do statistics. And with those statistics, they make pdf reports. And one of those reports has numbers I am interested in, here is the link
It has the harvested volume of wine by French wine AOC (think of it as wine regions), from 2009 to 2019.
Creating a Map of the wine AOCs of France with geopandas and shapely - 2023-07-11
Important note: The code displayed in this notebook takes some time to execute (in my computer, about 10 minutes). To render the sphinx file, I had to modify the
conf.py
file and add:nb_execution_timeout = 1000
(defaults to 30).In this post, I will be creating a map of the wine regions (AOC) of the Loire Valley, from open Data.
Writing my personal blog with sphinx and Jupyter Notebooks: Throwing some light to the motivations. - 2023-06-22
Welcome to my blog! I write it using sphinx and Jupyter notebooks. I have talked a little bit about why I did this in my hello world post.
I have written a full Medium article on how to build a blog just like this one.
Hello you all, in this World! 🌍 - 2023-04-23
This is my first post in this blog! I created this web page using sphinx with pydata an Ablog themes.
I want to thank Chris Holdgraf, because I really got a big part of the setup from his blog, you should check it up!