Jovian
Sign In

Jovian Course Project Exploratory Data Analysis By Sridhar

Jovian Course Project Exploratory Data Analysis by Sridhar

The dataset I have selected is the "Layoffs Data" dataset, which contains information about layoffs from various companies in 2020-2023.

Step 1: Data Preparation and Cleaning

To load the dataset into a Pandas dataframe, we first need to import the necessary libraries:

import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
plt.rcParams["figure.figsize"] = (16, 9);
sridharstreaks
SRIDHAR G6 months ago