Learn practical skills, build real-world projects, and advance your career

World Energy Consumption Course Project for major sources-oil&gas,coal,solar&wind,hydropower- in 2019

As long as the world population are growing, the amount of energy consumption is increasing for every sector,industrial zone, transportation we used, end users like cooinkg , watching television, charging Electronic devices we used daily, all kinds of area are utilized energy sources. So what kind of energy sources are avaliable to provide our demanding is essential.

The purpose of this project is the analysis of consumption and production of energy sources by different countries. Primary energy consumption which measure total energy demand by different countries is also described. The major type of energy sources, coal, oil and gas, will be demostrated in detail analysis. In addition, the electricity generation of different energy sources and consumption by each capital are explored in this project. As well as, the analysis of clean energy sources-wind, solar and hydropower-are examined. I will investigate analysing of this data only for the year 2019.

This dataset includes data on energy consumption (primary energy, per capita, and growth rates), energy mix, electricity mix and other relevant metrics. In this project, I focus on energy consumption, production and electricity generation sector. You can download full dataset here. https://www.kaggle.com/datasets/pralabhpoudel/world-energy-consumption

I'll use the the python libraries pandas, matplotlib and seaborn for data analysis on this dataset.

The outline of the steps:

Downloading a dataset from an online source

Data preparation and cleaning with Pandas

Exploratory Analysis and Visualization

Asking and answering questions

Summarizing inferences and conclusions

Installing required packages

import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
%matplotlib inline
import numpy as np

Downloading a dataset from an online source