metrocashandcarryfrance commited on
Commit
4103c13
·
verified ·
1 Parent(s): 2742853

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +147 -1
README.md CHANGED
@@ -27,4 +27,150 @@ tags:
27
  pretty_name: Metro stores in France
28
  size_categories:
29
  - n<1K
30
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  pretty_name: Metro stores in France
28
  size_categories:
29
  - n<1K
30
+ ---
31
+
32
+ # 🏬 METRO France – Réseau de magasins (dataset)
33
+
34
+ ## Description
35
+ Ce dataset recense l’ensemble des **magasins METRO en France**, avec leurs informations
36
+ de localisation, de contact et d’horaires d’ouverture.
37
+
38
+ Il est destiné à des usages de :
39
+ - cartographie et géolocalisation,
40
+ - analyse territoriale et commerciale,
41
+ - enrichissement de bases de données,
42
+ - systèmes RAG et applications IA,
43
+ - projets open data.
44
+
45
+ Les données sont structurées et disponibles en **CSV** et **JSON optimisé pour les LLMs**.
46
+
47
+ ---
48
+
49
+ ## Contenu du dataset
50
+ - `metro_stores_france.csv` : format tabulaire classique
51
+ - `metro_stores_france.json` : format structuré et hiérarchique
52
+
53
+ ### Structure principale (JSON)
54
+ - `store_name`
55
+ - `address`
56
+ - adresse complète
57
+ - ville, région, département
58
+ - latitude / longitude
59
+ - `contact`
60
+ - téléphone
61
+ - email
62
+ - `hours`
63
+ - horaires semaine
64
+ - samedi
65
+ - dimanche
66
+ - `google_map_url`
67
+ - `store_source`
68
+
69
+ ---
70
+
71
+ ## Couverture géographique
72
+ - Pays : France
73
+ - Maillage national (toutes régions)
74
+
75
+ ---
76
+
77
+ ## Cas d’usage
78
+ - Store locator et cartographie interactive
79
+ - Analyse de couverture commerciale
80
+ - Études de marché B2B / distribution
81
+ - Alimentation de modèles IA (RAG, agents, assistants)
82
+ - Projets open data et recherche
83
+
84
+ ---
85
+
86
+ ## Méthodologie
87
+ - Collecte à partir de sources web publiques METRO
88
+ - Nettoyage et normalisation des données
89
+ - Structuration orientée **machine + humain**
90
+ - Aucune donnée personnelle sensible
91
+
92
+ ---
93
+
94
+ ## Licence
95
+ CC-BY 4.0
96
+
97
+ ---
98
+
99
+ ## Avertissement
100
+ Les informations peuvent évoluer dans le temps.
101
+ Ce dataset représente un état à date, sans garantie d’exhaustivité ou d’exactitude permanente.
102
+
103
+ ---
104
+
105
+
106
+ # 🏬 METRO France – Store Network Dataset
107
+
108
+ ## Description
109
+ This dataset lists all **METRO wholesale stores in France**, including
110
+ location, contact details, and opening hours.
111
+
112
+ It is designed for:
113
+ - mapping and geolocation use cases,
114
+ - territorial and retail analysis,
115
+ - database enrichment,
116
+ - AI and RAG systems,
117
+ - open data projects.
118
+
119
+ The dataset is available in **CSV** and **LLM-optimized JSON** formats.
120
+
121
+ ---
122
+
123
+ ## Dataset content
124
+ - `metro_stores.csv`: classic tabular format
125
+ - `metro_stores_structured.json`: structured and hierarchical format
126
+
127
+ ### Main structure (JSON)
128
+ - `store_name`
129
+ - `address`
130
+ - full address
131
+ - city, region, department
132
+ - latitude / longitude
133
+ - `contact`
134
+ - phone
135
+ - email
136
+ - `hours`
137
+ - weekday hours
138
+ - saturday
139
+ - sunday
140
+ - `google_map_url`
141
+ - `store_source`
142
+
143
+ ---
144
+
145
+ ## Geographic coverage
146
+ - Country: France
147
+ - Nationwide store coverage
148
+
149
+ ---
150
+
151
+ ## Use cases
152
+ - Store locator applications
153
+ - Retail and territory analysis
154
+ - B2B market studies
155
+ - AI-powered assistants and RAG pipelines
156
+ - Open data and research projects
157
+
158
+ ---
159
+
160
+ ## Methodology
161
+ - Data collected from public METRO web sources
162
+ - Cleaning and normalization
163
+ - Structured for **human and machine consumption**
164
+ - No sensitive personal data included
165
+
166
+ ---
167
+
168
+ ## License
169
+ CC-BY 4.0
170
+
171
+ ---
172
+
173
+ ## Disclaimer
174
+ Data represents a snapshot in time and may change.
175
+ No guarantee of completeness or permanent accuracy.
176
+