Skip to content

Atchu167/SQLite-data-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SQLite data with python

Task 7-Get Basic Summary from a Tiny SQLite Database using Python

Objective: Use SQL in Python to extract simple sales insights (total quantity, total revenue) from a SQLite database and visualize them using matplotlib.

Tools Used: -Python (sqlite3, pandas, matplotlib) -SQLite (built-in) -.py file

Files: sales_data.db – Sample sales data Untitled1.ipynb – Python script to connect, query, and visualize sales_chart.png – Output bar chart README.md – Documentation

Steps Performed: -Created a SQLite database with sample sales data -Queried total quantity and revenue by product -Printed results using Pandas -Created a bar chart using matplotlib

About

Task 7-Get Basic Summary from a Tiny SQLite Database using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published