- Project Overview
- Data Understanding
- Data Preparation
- Feature Understanding
- Feature Relationships
- Data Analysis Questions
This project focuses on exploring the characteristics and trends of roller coasters through a comprehensive data analysis. By leveraging Python libraries such as Pandas, NumPy, Matplotlib, and Seaborn, we aim to gain insights into various aspects of roller coaster designs, speeds, heights, and more.
df.shape
df.head()
df.dtypes
df.describe()
# Code snippets for data cleaning and formatting