This project demonstrates how to extract, clean, and consolidate Titanic dataset data using R, integrate the processed data into ActivityInfo (a data management platform), and visualize insights using Power BI.
-
Extract Titanic dataset from an external source.
-
Clean and transform the data in R.
-
Upload the consolidated data to ActivityInfo for centralized data management.
-
Create interactive dashboards and visualizations using Power BI.
- Data extraction, cleaning, transformation | Data extraction, cleaning, transformation
- ActivityInfo API | Uploading data to ActivityInfo database
- Power BI | Data visualization and reporting
-
Extract & Clean Data using R
- Load Titanic dataset from CSV or API.
- Perform cleaning: handle missing values, transform variables, derive new fields.
- Consolidate the cleaned dataset.
-
Upload to ActivityInfo
- ActivityInfo API Token
- Database ID & Form ID
-
Visualize in Power BI
- Import the dataset from ActivityInfo API or local export.
- Use Power BI to create dashboards showing:
- Survival rates
- Passenger demographics
- Class distribution
- Insights by gender, age, and class
Install required R packages:
- tidyverse
- Activityinfo
- dyplyr
