Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 574 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 574 Bytes

IMDB-dataset-analysis

Special thanks to Brandon Rhodes for his awesome tutorial on Pandas,this is ananalysis of IMDB dataset which contains the following datafiles:

ftp://ftp.fu-berlin.de/pub/misc/movies/database/actors.list.gz

ftp://ftp.fu-berlin.de/pub/misc/movies/database/actresses.list.gz

ftp://ftp.fu-berlin.de/pub/misc/movies/database/genres.list.gz

ftp://ftp.fu-berlin.de/pub/misc/movies/database/release-dates.list.gz

Please follow the instructions to build the list into .csv files in the tutorial:

https://github.com/brandon-rhodes/pycon-pandas-tutorial