Skip to content

I recently completed an exciting EDA project using Julia to analyze the GDP of countries over the years. This involved loading, cleaning, and visualizing data to uncover economic trends. Highlights included creating interactive visualizations and performing advanced statistical analysis, showcasing Julia's capabilities.

Notifications You must be signed in to change notification settings

shreedata/Exploratory-Data-Analysis-with-Julia-Unveiling-Global-GDP-Trends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project involves an in-depth Exploratory Data Analysis (EDA) of global GDP trends using Julia. The dataset comprises GDP values for various countries over multiple years, with attributes including Country Name, Country Code, Year, and GDP Value. The primary goal is to uncover economic trends and insights through data cleaning, statistical analysis, and visualization.

Key Steps: Data Loading and Cleaning:

Loaded the dataset using CSV.jl and DataFrames.jl.

Ensured correct data types and handled missing values.

Statistical Analysis:

Calculated descriptive statistics such as mean, median, standard deviation, and variance using Statistics.jl.

Grouped data by country and year to compute aggregated metrics.

Data Visualization:

Created various plots using Plots.jl to visualize GDP distributions, trends over time, and comparisons between countries.

Generated bar plots, line plots, histograms, and box plots to effectively communicate findings.

About

I recently completed an exciting EDA project using Julia to analyze the GDP of countries over the years. This involved loading, cleaning, and visualizing data to uncover economic trends. Highlights included creating interactive visualizations and performing advanced statistical analysis, showcasing Julia's capabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published