Retail Geospatial Analytics: Fater S.p.A. Industry Challenge
We joined Fater proprietary sales with ISTAT census in MySQL and ranked districts by per-capita store potential. I presented the work solo to Fater leadership.
20
Districts
2
Source systems
4 people
Team
Jury pick
Recognition
Mock data, real methodology
Fater's proprietary sales records are under NDA. The map below and the public repo use representative mock data that mirrors the structure of the original. The SQL queries, joins, spatial pipeline, and per-capita store-potential metric are faithful to the work I presented to leadership; only the underlying numbers are synthetic. The static deliverable that drove the jury decision used the real data and is not shown here.
An industry challenge for a Procter and Gamble joint venture
Fater S.p.A. is the P&G + Angelini Industries joint venture that owns Pampers Italia, Lines, and Tampax for the Italian market. The brief: rank 20 administrative microcode districts by expansion opportunity using a mix of their proprietary sales records and ISTAT census data that had no prior link.
Our team of four built the SQL and spatial pipeline together; I presented the final analysis solo to Fater leadership and was picked by the jury for individual recognition.
From two disconnected sources to one ranked map
Three steps, in order:
- SQL stitch. CTEs and joins in MySQL combined Fater's proprietary sales records with ISTAT sociodemographic census data per district. Window functions handled the district-level rankings.
- Spatial join. A GeoPandas point-in-polygon pipeline (EPSG:4326) attached each store to its district polygon so per-district counts could be computed from raw store points.
- Per-capita metric. Store count divided by district population gives the per-capita store-potential figure that drives the ranking. Higher = under served relative to population.
Choropleth of per-capita store potential
The Folium map below reproduces the shape of the deliverable that went into the Fater presentation, rendered against mock data (see the note at the top of this page). The static map export with the real data drove the jury decision; the interactive version here exists so the methodology is inspectable.
Interactive Folium choropleth of per-capita store potential
Final choropleth shipped to Fater leadership

Attendance certificate from Fater leadership
Signed by Fater's Sales & Digital Business Analyst Manager, Head of Data & Analytics, and Sales & Digital Data Scientist Project Manager. The certificate names the exact brief (a Neighborhood Analytics model for sales-point potential in the children's diapers category) and confirms the collaboration with the MSc Data Science programme at Federico II.
View the certificate (PDF)Issued 11 April 2024, NaplesFrameworks and infrastructure
Source code on GitHub.