Skip to content

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

License

Notifications You must be signed in to change notification settings

Safowaa/Product_Sales_and_Financial_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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}')

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages