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

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..

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.