Git Product home page Git Product logo

data_explorer_webapp's Introduction

Data Explorer Web App

GitHub release

Docker 20.10 Python 3.8.2

Overview

The Data Explorer Web App is a Python containerised web application, built employing the Streamlit framework. This application allows the user to upload a CSV file to subsequently run a variety of calculations and methods on the inputted data set. The returned tables and visuals are ready to be analysed, aiming to help the user to easily perform an Exploratory Data Analysis (EDA) and get a deeper understanding of the uploaded data.

Installation

To perform the installation process, you need to have git and docker installed on your computer and follow the next steps:

  1. Clone the repo

    git clone https://github.com/AnaMJaimeR/data_explorer_webapp.git
  2. cd into the project root folder

    cd data_explorer_webapp
  3. Build the Streamlit image

    docker build -t streamlit:latest .
  4. Create docker container and run

    docker run --rm -it -p 8501:8501 streamlit:latest

Run the app

After running the container, go to http://localhost:8501/ to use the app.

App interactivity

  1. Upload a comma-separated values (CSV) file using the widget and explore the Overall section.

Upload

  1. Choose the number of rows that you want to display in the slider.

Slider

  1. Choose which columns need to be converted to DateTime type in the multiselect widget.

Date

Sections

  • Overall: The Overall section provides the user with general information on the dataset such as the total number of columns and rows, duplicates and missing values. Equally important, it grants the user the possibility to specify which columns should be converted to DateTime type.

  • Numeric: The Numeric section gives details on several statistics for each of the numeric columns, as well as an histogram.

  • Text: The Text section gives details on the number of missing and unique values corresponding for each text column. Additionally, it specifies the number of rows with empty, only-uppercase and only-lowercase values, finalising with a bar chart of the frequencies.

  • Date: The Date section give additional details about the DateTime columns, like the number of week and weekend days for each. Additionally, it displays a bar chart with the frequency of each date.

Test the app

A series of tests were created to ensure app robustness. To run the tests follow the next steps:

  1. If the Streamlit image has not been created

    docker build -t streamlit:latest .
  2. Run the tests

    docker run --rm -it streamlit:latest bash -c 'python -m unittest'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.