Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assignment: Analyzing Sales Performance Using Pandas #13

Open
Pankaj-Str opened this issue Feb 27, 2025 · 1 comment
Open

Assignment: Analyzing Sales Performance Using Pandas #13

Pankaj-Str opened this issue Feb 27, 2025 · 1 comment
Labels
Question & Assignment Further information is requested

Comments

@Pankaj-Str
Copy link
Owner

Pankaj-Str commented Feb 27, 2025

Data Exploration

  • Load the dataset and display the first five rows.
  • Check for missing values and handle them appropriately.
  • Get summary statistics of numerical columns.
  • Find the number of unique stores and unique products in the dataset.

Sales Analysis

  • Calculate the total number of transactions recorded in the dataset.
  • Identify the store location with the highest total sales revenue.
  • List the top 5 cities in terms of total sales.
  • Determine the most sold product category.
  • Find the store with the highest average transaction value.
  • Calculate the total revenue generated by each store.
  • Identify stores with the lowest total revenue.

Advanced Insights

  • Compute the revenue generated per employee for each store.
  • Find the city with the highest number of transactions.
  • Analyze how revenue trends over time (e.g., monthly or yearly).
  • Identify the best-selling product based on quantity sold.
  • Determine which store has the highest number of transactions.
  • Compute the average revenue per transaction across all stores.
  • Identify the month with the highest sales.
  • Find out which day of the week has the highest sales.
  • Compare sales between weekdays and weekends.
  • Calculate total revenue based on different payment methods.
  • Analyze the correlation between discounts and revenue.

📊 Visualization (Optional)

  • Use bar charts, line graphs, and heatmaps to present key insights.

📌 Submission Guidelines

  • Upload sales_analysis.ipynb (Jupyter Notebook) with well-commented code.
  • Include visualizations (if any) in the images/ folder.
  • Write a short report (200–300 words) summarizing key findings.

🚀 Tools & Libraries

  • Python 3.x
  • Pandas
  • Matplotlib & Seaborn
  • Jupyter Notebook

📩 How to Submit

  1. Upload your completed Jupyter Notebook (.ipynb).
  2. Include the dataset (dataset.csv) if required.
  3. If applicable, include your summary report (report.pdf).
  4. Submit via [Specify Submission Method].

@Pankaj-Str Pankaj-Str added the Question & Assignment Further information is requested label Feb 27, 2025
@ritvik-patil
Copy link

https://github.com/ritvik-patil/Sales-Data-Analysis-with-Pandas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question & Assignment Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants