A project based on FIFA players dataset from www.kaggale.com
Written in: R
- This project is done only for educational purpose
- If you are interested in creating any web scraper, you can learn through my projects
- I am not responsible for any future controversies/copyright issues
- Making use of my project for any illegal activities does not count as my responsibility
R for data science.
- Firstly you need R and RStudio in your computer.
- Use the dataset which is given in the rep OR follow step 2.
- Download the recent database from kaggle, name it as "raw_downloaded_data.csv".
- Download the each and every file from the rep.
- Run the r files in sequence:
- "0_clean.r"-> will produce partially cleansed data named "0_raw_downloaded_data.csv"
- "1_cleaning_data.r" -> will produce completely cleaned data "1_cleaned_data.csv"
- "2_norm_stand.r" -> will produce different normalized csv files
- "3_visualization.r" -> will give you the visualization
- "4_correlation.r" -> does as the name says
- "5_hypothesis_testing.r" -> does as the name says
- "6_regression.r" -> does as the name says
- Thats it and exit.
#### Thank You