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
- Host: GitHub
- URL: https://github.com/jkazari/rollercoaster-eda
- Owner: jKazari
- Created: 2025-02-12T00:44:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T18:06:25.000Z (over 1 year ago)
- Last Synced: 2025-02-21T21:58:35.839Z (over 1 year ago)
- Topics: data-analysis, r
- Language: HTML
- Homepage:
- Size: 638 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).