Blog
Data Visualization
Discover our articles on IT performance, cloud, data science and industry best practices.
All articles

Cycle diurne de la température d'été à Lyon-Bron, par décennie
Météo-France publie ses données climatologiques de base horaires en open data sur data.gouv.fr. On les utilise ici pour tracer la température moyenne d'été (juin–juillet–août) à…

Evolution des prix de l'immobilier en France - DVF à l'iris
En croisant les données DVF (Demandes de Valeurs Foncières) maintenant disponibles en open data, nous avons construit ce dashboard. Il vous permettra de déterminer le prix médian…

Le Tour de France History Dashboard
After scraping historical data from the "Tour de France" website, we will leverage this data to build a beautiful dashboard. Latest version of webscrapping notebook can be found…

A Git commit temporal analysis
In this Python notebook, we are going to analyze git commit timestamps across multiple repositories to identify temporal patterns in a git user coding activity me, actually.…

Computing and Visualizing Billions of Bohemian Eigenvalues with Python
According to www.bohemianmatrices.com/, A family of Bohemian matrices is a distribution of random matrices where the matrix entries are sampled from a discrete set of bounded…

Arnold tongues with Numba, Numba CUDA and Datashader
This Python notebook explores Arnold tongues. Here is a short description from wikipedia: In mathematics, particularly in dynamical systems, Arnold tongues [named after Vladimir…

Pizzerias Around the World
In November 2024, Foursquare released a new dataset called Foursquare Open Source Places. This dataset is a comprehensive global collection of Points of Interest [POIs], providing…

Visualizing the Ulam Spiral with Python
The Ulam spiral arranges integers in a spiral and highlights prime numbers, revealing some diagonal alignment patterns. This post shows how to generate and visualize the Ulam…

Finding the most concentrated areas of bakeries in Lyon
In this blog post, we'll use Python to analyze the distribution of bakeries in Lyon, France. Our goal is to identify the areas with the highest concentration of bakeries in the…
