Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronaldkanyepi/python-sreamlit-duplicate-records-finder-remover

This is a duplicate remover on csv,excel or txt files based on single or multi columns
https://github.com/ronaldkanyepi/python-sreamlit-duplicate-records-finder-remover

css data-analysis data-visualization datascience python streamlit

Last synced: 12 days ago
JSON representation

This is a duplicate remover on csv,excel or txt files based on single or multi columns

Awesome Lists containing this project

README

        

# Python-Sreamlit-Duplicate-Records-Finder-Remover

[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/ronald55/python-sreamlit-duplicate-records-finder-remover/main/main.py)

Streamlit is an open-source
Python library that makes it easy to create and share beautiful,
custom web apps for machine learning and data science. In just a few minutes you can build and deploy powerful data apps.
[[Streamlit Docs](https://docs.streamlit.io/library/get-started)

This app app can be used to analyse datasets that are thought to contain duplicates. The user should just drag and drop the file

#### To install relevant packages
Open your shell or terminal and install the relevant packages using the command below

```python
pip install -r requirements.txt
```
#### To run this Application
Open the root folder of the project and run the command below:

```python
streamlit run main.py
```

#### Dashboard Example:
Click here to view [Demo](https://share.streamlit.io/ronald55/python-sreamlit-duplicate-records-finder-remover/main/main.py)
![Dashboard](components/img/sample.gif "Dup Dashboard")