This dictionary provides a mapping for shoe sizes across different categories and brands. Each key represents a category or brand, and the associated value is another dictionary mapping US sizes to corresponding European (EU) sizes.
The dictionary is structured with the following main keys:
Nike femaleNike mensNike gs(Grade School sizes)Nike kidsAdidasNew Balance femaleNew Balance mens
Each entry under these keys follows this structure:
"Nike female": { "US_Size": "EU_Size", ... }
Where US_Size is the size in US measurements and EU_Size is the corresponding European measurement.