Steps:
1> Download the raw data containing all the relevant data files from Kaggle dataset decided for the project. Unzip them in data folder under the project to serve as data for this project.
Data files to cosider:<br>
train.csv: Ids of users and whether they have churned or not.<br>
transactions.csv: Payment and Subscription related data.<br>
user_logs.csv: Listening behavior.<br>
members_v3.csv: User's age, city and membership details.
2> Import the project into RStudio. main.R describes the data pipeline.