This is a project built as a study for Saarland University's program “Data and Society”. We argue that digital media piracy is a predictable market correction. We hypothesize piracy emerges when market failures, specifically price disparity, fragmentation, and poor preservation fail consumers.
Pandas: You know what pandas is for
pip install pandasNumpy: math and whatnot
pip install numpyMatplotLib: graphs and whatnot
pip install matplotlibSeaborn: Used to create and vizualize graphical data
pip install seabornPytrends: Unofficial API to query google trends
pip install pytrendsSciPy: Fundamental algorithms for scientific computing in Python
pip install scipyStatsModels: Statistical computations and models for Python
pip install statsmodelsThe repo contains 3 main folders each necessary to be able to reproduce the study locally please keep the names of the folders unchanged.
-
Data-sets: contains all the extracted datasets for the study
-
Scripts: contains the necessary python files to be able to generate some of the data required for the final analysis
-
Results: contains the result generated during our self-analysis (Final report based on these results)
-
Read this file ( Du bist Smart :O )
-
download the latest release of python and jupyter notebook from thier official pages (links above)
-
download the latest release this should give you all the necessary files
-
Install all the dependencies mentioned above using the pip command
-
Proceed to "Scripts" folder (This will be your root folder to run some of the data gen)
-
Follow the instructions in "scripts-readme.txt" to run the data generation process
