Scryfall Card Data Modeling

A simple script that models, and cleans the data obtained from Scryfalls API to store it locally as a resource for data analysis.

Main Features:

  • Data modeling with numpy and pandas.
  • Event system for dynamic data transformations.
  • Normalization of nested variables in model.
  • One-Hot encoding of categorical variables.

View project on Github