Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 380 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 380 Bytes

Petroleum Products Data Management

This project fetches data for petroleum products from an API and stores it in an SQLite database. It also normalizes the data and stores it in a relational structure.

Getting Started

Before running the project, make sure you have Python installed. You can install the required libraries using pip:

pip install requests sqlite3