This repository contains materials and practical exercises for learning Python in the context of Big Data Computation. The focus is on analyzing and processing large datasets using various tools and techniques.
This project is part of the Big Data Computation course at Gunadarma University, 2023. It includes practical exercises and analysis of a concrete component dataset.
The dataset "Data Komponen Beton" includes the following categories:
- Cement (kg): Amount of cement in one cubic meter of concrete mix.
- Slag (blast furnace slag, kg): Amount of slag in one cubic meter of concrete mix.
- Ash (fly ash, kg): Amount of fly ash in one cubic meter of concrete mix.
- Water (kg): Amount of water in one cubic meter of concrete mix.
- Superplastic (superplasticizer, kg): Amount of superplasticizer in one cubic meter of concrete mix.
- Coarseagg (coarse aggregate, kg): Amount of coarse aggregate in one cubic meter of concrete mix.
- Fineagg (fine aggregate, kg): Amount of fine aggregate in one cubic meter of concrete mix.
- Age (days, 1-365): Age in days at the time of concrete strength testing.
- Strength (Concrete compressive strength, MPa): Compressive strength of concrete in Megapascals.
- Cement: Mean = 281.17, Std Dev = 104.51
- Slag: Mean = 73.89, Std Dev = 86.30
- Ash: Mean = 54.19, Std Dev = 63.99
- Water: Mean = 181.57, Std Dev = 21.35
- Superplastic: Mean = 6.20, Std Dev = 5.97
- Coarseagg: Mean = 972.92, Std Dev = 77.75
- Fineagg: Mean = 773.58, Std Dev = 80.18
- Age: Mean = 45.66, Std Dev = 63.17
- Strength: Mean = 35.82, Std Dev = 16.71
A scatter plot shows that higher cement values correlate with higher strength values, indicating that concrete strength is significantly influenced by the amount of cement used.
A scatter plot shows that lower water values correlate with higher strength values, indicating that concrete strength is significantly influenced by the amount of water used.
A scatter plot shows that higher age values correlate with higher strength values, indicating that concrete hardens and reaches maximum strength after several weeks.
GUNADARMA UNIVERSITY - 2023 X Webkumal