updated(etl)

uses processed pickle files for performance.  Splits genre and keyword into separate rows.
This commit is contained in:
Walker Waylon Scott 2017-07-03 16:48:17 -05:00
parent 2ecdb43007
commit 84084f3b96
5 changed files with 72 additions and 1 deletions

View file

@ -69,4 +69,9 @@ This is the wireframe that the team has been given to replicate in python using
* **10 min** setup heroku repo and build environment
* **30 min** debug initial heroku deployment
* **15 min** added reveal slide template
* **45 min** update etl
* split keyword/genre into rows
* define update method
* docstrings
* add keyword/genre to load method