Datenanalyse- Verkaufszahlen

Verkaufszahlen Analyse – Python

 

kaggle data source:

https://www.kaggle.com/datasets/sinjoysaha/sales-analysis-dataset

Content

This is a transactions data from an Electronics store chain in the US. The data contains 12 CSV files for each month of 2019.
The naming convention is as follows: Sales_[MONTH_NAME]_2019
Each file contains anywhere from around 9000 to 26000 rows and 6 columns. The columns are as follows:
Order IDProductQuantity OrderedPrice EachOrder DatePurchase Address
There are around 186851 data points combining all the 12-month files. There may be null values in some rows.

Repo1 Sales Analysis