Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.34 KB

File metadata and controls

30 lines (21 loc) · 1.34 KB

Product_Sales_and_Financial_Analysis

Analyzes sales data for various products, calculates net revenues, applies discounts, and estimates tax impacts, using Pandas in Python for financial insight.

Features

  • Revenue Calculation: Calculate net revenue for each product based on sales, retail, and wholesale prices.
  • Discount Analysis: Apply a 30% discount to wholesale prices and observe the effect on overall finances.
  • Tax Impact: Estimate the financial impact of various tax rates (15%, 20%, 25%) on the net revenue.

Visualizations

Revenue and Tax Impact

Revenue and Tax Impact Visualization

Product Category Sales

Product Category Sales Visualization

How to Use

  1. Clone the repository.
  2. Install required dependencies: pandas.
  3. Run the script to perform analysis and generate reports.

Example Outputs

print(f'Total net revenue from all sales: ${total_net_revenue}')
print(f'Total sales for food: ${food}')
print(f'Total sales for computers: ${computers}')
print(f'Total sales for books: ${books}')