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

The Sparks Foundation

Name - Akshat Sahu

TASK 3:

Perform ‘Exploratory Data Analysis’ on dataset ‘SampleSuperstore’

Dataset : https://bit.ly/3i4rbWl

● As a business manager, try to find out the weak areas where you can
work to make more profit.

● What all business problems you can derive by exploring the data?

Importing Libraries
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
plt.style.use("seaborn")