Games sales analytics application initial dataset cleaner and parser CLI application. Given dataset.csv
, the initial dataset for game sales data, it parses, validates, and cleans up the dataset, generating clean-dataset.json
, as the output ready to be consumed by the application services. It also generates a file named invalids.json
which contains information about the invalid entries of the dataset.csv
which were removed during the cleanup stage.
-
Notifications
You must be signed in to change notification settings - Fork 0
Dataset preprocessor and cleaner CLI application
License
game-sales-analytics/prepper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Dataset preprocessor and cleaner CLI application