Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ronaldkanyepi/python-sreamlit-duplicate-records-finder-remover
- Owner: ronaldkanyepi
- License: mit
- Created: 2022-01-20T17:51:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T16:03:29.000Z (almost 3 years ago)
- Last Synced: 2024-12-22T09:34:56.754Z (24 days ago)
- Topics: css, data-analysis, data-visualization, datascience, python, streamlit
- Language: Python
- Homepage:
- Size: 2.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")