Publications by MolijaSuba
Analysis
Introduction Project Overview This report provides a comprehensive analysis of credit score and wage data, exploring key trends and insights. The analysis focuses on the following areas: Credit Score Distribution: Understanding the overall distribution of credit scores. Credit Score by Age Group: Examining variations in credit scores across d...
3126 sym Python (4830 sym/13 pcs) 8 img
Document
Employee-Project Analysis Data Setup We begin by defining the data for employees, departments, and projects. # Create the data frames library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect,...
1350 sym Python (2029 sym/11 pcs) 6 tbl
Document
Employee-Project Analysis Data Setup We begin by defining the data for employees, departments, and projects. # Create the data frames library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect,...
1350 sym Python (2029 sym/11 pcs) 6 tbl
Analysis
Introduction Project Overview This report provides a comprehensive analysis of credit score and wage data, exploring key trends and insights. The analysis focuses on the following areas: Credit Score Distribution: Understanding the overall distribution of credit scores. Credit Score by Age Group: Examining variations in credit scores across d...
3126 sym Python (4830 sym/13 pcs) 8 img
Analysis
Introduction Project Overview This report provides a comprehensive analysis of credit score and wage data, exploring key trends and insights. The analysis focuses on the following areas: Credit Score Distribution: Understanding the overall distribution of credit scores. Credit Score by Age Group: Examining variations in credit scores across d...
3126 sym Python (4830 sym/13 pcs) 8 img
Lubridate
Comprehensive Date and Time Analysis with Lubridant 1. Introduction This report focuses on using the lubridate package in R for efficient date and time analysis. The lubridate package provides a streamlined set of tools for parsing, extracting, and performing calculations on date-time data, which is essential for various data analysis tasks. ...
4864 sym Python (4422 sym/18 pcs) 1 tbl
Lubridate
Comprehensive Date and Time Analysis with Lubridant 1. Introduction This report focuses on using the lubridate package in R for efficient date and time analysis. The lubridate package provides a streamlined set of tools for parsing, extracting, and performing calculations on date-time data, which is essential for various data analysis tasks. ...
4864 sym Python (4422 sym/18 pcs) 1 tbl
Plotly
Project Overview This report provides an interactive data analysis of car performance characteristics using the mtcars dataset in R. The analysis aims to give insights into the relationship between miles per gallon, horsepower, car weight, and other factors. All visualizations are created using Plotly for interactivity, allowing you to hover ov...
2931 sym 2 tbl
Plotly
Project Overview This report provides an interactive data analysis of car performance characteristics using the mtcars dataset in R. The analysis aims to give insights into the relationship between miles per gallon, horsepower, car weight, and other factors. All visualizations are created using Plotly for interactivity, allowing you to hover ov...
2927 sym 1 tbl
Skewness and Kurtosis
Introduction This report provides a detailed analysis of a dataset’s distribution, using skewness and kurtosis to evaluate its symmetry and tail behavior. Skewness measures asymmetry, while kurtosis measures the “tailedness” or concentration of data in the tails. Understanding these characteristics is essential for data-driven decision-ma...
2512 sym 1 img