Skip to content

RohithAthalury/data-preprocessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Project Title

Data Processor (CSV and SQL)

Description

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.

Features

  • 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.

Requirements

  • Python 3.x
  • pandas library
  • sqlite3 library (included in Python's standard library)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages