Data Processor (CSV and SQL)
This project includes Python scripts to process data from both CSV files and SQL databases. It reads the data, processes it, and outputs basic statistics such as the mean, median, and mode of numeric columns.
- Read CSV Files: Load data from CSV files into Python.
- Read SQL Databases: Load data from SQL databases into Python.
- Data Processing: Clean and process the data.
- Statistical Analysis: Calculate mean, median, and mode of numeric columns.
- Output Results: Display the results in a readable format.
- Python 3.x
- pandas library
- sqlite3 library (included in Python's standard library)