Skip to content

BenDing96/COMP533

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP533 Final Project

Dev Info

Data preparation

https://datasets.imdbws.com/

First put the downloaded data with .tsv suffixes into a directory such as ./data.

Code organization

./python # python files for data sampling and cleaning
./sql # sql files for relation definitions and analyses

Data Sample

python ./python/subsample.py [data_dir] [sample_ratio (0, 1]]

Data Clean

python ./python/clean.py [sample_data_dir]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 63.6%
  • PLpgSQL 36.4%