auto cleaning the data with easy user interface
Project description
Data Cleansing Tool This project provides a Python script for cleansing data in various file formats (CSV, Excel, JSON, XML). It offers a variety of operations to clean and process your data, including removing null values, handling duplicates, formatting column names, and transforming date columns. Users can choose cleansing operations interactively through a command-line interface.
Features File Format Support: CSV, Excel (.xls, .xlsx), JSON, XML, if you chose any operation,then want to getback to origianl data option also included. Operations: Remove rows/columns with null values. Replace null values with a custom value. Remove duplicate rows and columns. Convert column names to lowercase and remove whitespaces. Split date columns into day, month, and year. Convert categorical columns to One-Hot Encoding. And many more customizable data cleansing options.... Installation Clone the repository or download the files to your local machine.
Dependencies: Ensure that you have Python 3.x. You can install the necessary dependencies using pip:
bash Copy code pip install pandas Usage Prepare your data: Make sure you have a data file in one of the supported formats (CSV, Excel, JSON, or XML).
Run the script: In the terminal or command prompt, navigate to the directory where the script is located and run it:
bash Copy code python autocleaner.py or python3 autocleaner.py Enter file path: You will be prompted to enter the file path of the dataset you want to clean.
Choose cleansing operations: The script will display a menu of available operations. Enter the numbers of the operations you want to apply (separate multiple choices with commas). Some of the available operations include:
Remove rows/columns with null values. Replace null values with a custom value. Remove duplicate rows and columns. Convert column names to lowercase and remove whitespaces. Split date columns into day, month, and year. Convert categorical columns to One-Hot Encoding. Remove rows with null values. Replace null values with a specified value. Convert column names to lowercase. Convert a date column to 'day', 'month', and 'year'. Exit or revert to original: Type 'backtodata' to revert to the original data or 'exit' to stop the program.
Output: After performing the selected operations, the final cleaned DataFrame will be displayed.
Example Here’s a simple usage example:
bash Copy code Enter your file path: data.csv Choose cleansing operations (multiple choices allowed): Remove rows with null values Remove columns with null values Replace null values with a specified value Remove duplicate rows Convert column names to lowercase ... Enter the numbers of the operations you'd like to perform, separated by commas: 1,4,5 Final DataFrame: Column1 Column2 0 1 10 1 2 20 Notes Ensure the file path you provide is correct and accessible. The script will display statistics before and after cleansing to help you track the changes made to your dataset. You can perform multiple cleansing operations on the same dataset in a single run. License This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autocleanser-0.3.1.tar.gz.
File metadata
- Download URL: autocleanser-0.3.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34b1ba63255c222a5b2d54ae7b65ee13437d950516a5e2cda37fbdd795329805
|
|
| MD5 |
a0bfe7c45e0eb173bd61948e271d39fc
|
|
| BLAKE2b-256 |
71a686a3e8a8968bacd2381bdfa90690eb30b2c33d0ffeb848995b4268ecd176
|
File details
Details for the file autocleanser-0.3.1-py3-none-any.whl.
File metadata
- Download URL: autocleanser-0.3.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a45083aeff3194a590cc559bd11e9837923928322a9eb05be0d524690e39bb9
|
|
| MD5 |
1a9a92b71436e60a87ce7861d3c65dde
|
|
| BLAKE2b-256 |
45af0de691cb91bc9db3dd8d1b8cd84daf6cd3d7e55c19cd5cb8fc49e8686c9c
|