bowrango / ClashRoyale

An effort to understand the complex meta within the Clash Royale universe through web scraping and data analysis
3 stars 1 forks source link

card string name consistency #25

Open bowrango opened 3 years ago

bowrango commented 3 years ago

Need to ensure that decks contain valid strings for the keys in the card2idx map.

This will involve formatting the strings in a standard way.

Note that in the graph metadata within create_empty_graph(), the cards go by "name" and "key" attributes.

bowrango commented 3 years ago