https://github.com/richardbnk/data_preview
An interactive Streamlit-based dashboard for data scientists to preview, analyze, and visualize datasets quickly, supporting file uploads, summary statistics, and basic data cleaning..
https://github.com/richardbnk/data_preview
analytics business-intelligence data-science datavisualization sql
Last synced: 7 months ago
JSON representation
An interactive Streamlit-based dashboard for data scientists to preview, analyze, and visualize datasets quickly, supporting file uploads, summary statistics, and basic data cleaning..
- Host: GitHub
- URL: https://github.com/richardbnk/data_preview
- Owner: Richardbnk
- Created: 2022-06-07T01:29:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T04:24:18.000Z (over 1 year ago)
- Last Synced: 2025-03-27T22:25:50.860Z (about 1 year ago)
- Topics: analytics, business-intelligence, data-science, datavisualization, sql
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Preview Tool
## An interactive Streamlit-based dashboard for data scientists to preview, analyze, and visualize datasets quickly, supporting file uploads, summary statistics, and basic data cleaning.
### Author
Name: Richard Raphael Banak
### Installation
To install the package, use the following command:
```
pip install git+https://github.com/Richardbnk/Data_Preview/
```
To update your package, use the command:
```
pip install --upgrade git+https://github.com/Richardbnk/Data_Preview/
```
### Requirements
For full use of the package, please install all requirements listed in the `requirements.txt` file.