Skip to content

Tejasri-paluru/Task7_Tiny_SQL_lite-database_using_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Task 7 – Tiny SQLite database using python

πŸ“Œ Objective

This task involves using Python and SQL to analyze a small SQLite database of cosmetic product sales. The goal is to:

  • Connect to a SQLite database using Python
  • Execute basic SQL queries
  • Summarize total quantity sold and total revenue for each product
  • Visualize the results using a bar chart

πŸ›  Tools Used

  • Python 3
  • SQLite (via sqlite3)
  • Pandas
  • Matplotlib

πŸ“‚ Files Included

File Description
cosmetic_sales_data.db SQLite database with cosmetic product sales
cosmetic_sales_script.ipynb Python script to analyze and visualize data
cosmetic_sales_chart.png Bar chart showing revenue by product
README.md This file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published