Giter VIP home page Giter VIP logo

data-cleaning's Introduction

Data Cleaner

Overview

Data Cleaner is a Streamlit-based application designed to provide users with a convenient interface for cleaning and processing tabular data files (CSV, XLS, XLSX). This application allows users to perform various data cleaning operations easily.

Set Up

Clone this repository to your local machine.

https://github.com/SiddhantDembi/Data-Cleaning.git

Install the required dependencies using

pip install -r requirements.txt

Run the Streamlit application locally using

streamlit run data.py

or

python -m streamlit run data.py

Features

  • Replace Null Values: Replace missing (null) values with a custom value.
  • Remove Duplicate Rows: Eliminate duplicate rows from the dataset.
  • Remove Missing Values: Remove rows containing missing values.
  • Convert to Lowercase: Convert text columns to lowercase.
  • Delete Columns: Select and delete specific columns from the dataset.
  • Sort Column: Sort a column in ascending or descending order based on lexicographical order.
  • Capitalize Columns: Capitalize the first letter of elements in selected columns.

How to Use

  1. Upload File: Upload an Excel (XLS, XLSX) or CSV file.
  2. Select Sheet (for Excel files): If uploading an Excel file, select the sheet you want to clean.
  3. Choose Cleaning Options: Select the cleaning options you want to apply to your data.
  4. Download Cleaned File: Download the cleaned data in the same format as your input file or in CSV format.

Example

To demonstrate the functionality of Data Cleaner, a sample CSV file (sample.csv) is provided. You can download the sample file by clicking the "Download Test Sample" button within the application.

data-cleaning's People

Contributors

siddhantdembi avatar

Stargazers

Shashank Gupta avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.