An open API service indexing awesome lists of open source software.

https://github.com/jkazari/rollercoaster-eda

Repository of a small data-analysis project in R for Mathematical Software class on the 3rd semester of studying Mathematics at Gdańsk University of Technology
https://github.com/jkazari/rollercoaster-eda

data-analysis r

Last synced: 10 days ago
JSON representation

Repository of a small data-analysis project in R for Mathematical Software class on the 3rd semester of studying Mathematics at Gdańsk University of Technology

Awesome Lists containing this project

README

          

# Rollercoaster dataset exploratory data analysis

The objective of this project was to find an interesting dataset and perform some analysis on it (descriptive statistics, data cleaning, data vizualisation etc.)

My analysis is performed on a kaggle dataset of over 1000 rollercoasters data scraped from Wikipedia with metrics such as height, speed, location, material used for constructions and lots more.

The report is written in R Markdown and knitted to an HTML file.

The report contains the data cleaning process, data understanding, basic univariate and multivariate analysis and some cool vizualisations (barplots, histograms, density plots, boxplots, line plots, scatter plots).