anqi-lu / TMDB-keywords

Movie plot keywords visualization.
https://anqi-lu.github.io/TMDB-keywords/
MIT License
2 stars 0 forks source link

Data Preprocessing #1

Closed anqi-lu closed 7 years ago

anqi-lu commented 7 years ago

Use python to process data for use of visualization

emilyw15 commented 7 years ago

The professor suggested I aggregate using a Node.js script using Datalib. See https://github.com/vega/datalib/wiki/Group-By. Maybe you could use this for some aggregation and counting.

anqi-lu commented 7 years ago

That's awesome - I'll look into it! Thank you so much! @emilyw15