Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 641 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 641 Bytes

Bakery-Analysis

Necessary Library

  • Pandas
  • Numpy
  • Matplotlib
  • Seaborn
  • Datetime
  • Warning

Objective of this Analysis To Check:

  • Monthly Sales Performance
  • Yearly Sales Performance
  • Busiest Period in the day
  • Days with most transactions
  • Top20 Items Purchased

Exploratory Data Analysis includes:

  • Analysis insights in the dataset.
  • To understand the connection between the variables and to uncover the underlying structure
  • To extract the important Variables.
  • To test the underlying assumptions.
  • Insights with Suitable Graphs and Visualizations.
  • Inferences with supporting Analysis and Visualizations.