GithubHelp home page GithubHelp logo

ekane3 / app-pvalues Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 8.86 MB

Home Page: https://share.streamlit.io/ekane3/app-pvalues/App.py

Jupyter Notebook 6.05% Python 0.05% HTML 93.90%
streamlit python pandas

app-pvalues's Introduction

Streamlit App

Author: Emile EKANE

Date: 2021-11-14



Description

Why this project ? So in this project, we will be using the Streamlit framework to create a web application that will allow us to explore the data of the property values requests /annual files of refunds of transfers for valuable consideration from France from 2016 to 2020. You can see the open data through this link
To do a good data exploration we had to pass by several steps such as : the loading of our data,preprocessing and cleaning then finally exploration step and decision making.

1 - Data loading

Normally to load the data we use the method read_csv of pandas library by passing the path of the file. Our file normally is in our folder called full_data.csv.But to the huge size of the file , we couldnt upload it on github so we had to download it from jtellier website.
We loaded up to 1 million rows of data in our dataframe.


2 - Data preprocessing

Like every other dataset, some preprocessing is always a good idea.
So with our dataframe, we jad to drop the columns that we dont need and to change the type of the columns that we need.
Replace some Nan by 0.
Create some columns that we will use later from others.
To know in advance varibles that we will use later, we can use the method describe of pandas library to get the description of our dataframe or simply use panda profiling.


3 - Data exploration

Streamlit is a powerful tool to create interactive web applications. It has a lot of features, such as charts, tables, and widgets.In our project we used the following features : bar chart, line chart, histogram, pie chart, and map. 2 pages : one for description and one for the data exploration.

4 - To run the app

(0) Clone the repository
(1) Install Streamlit : pip install streamlit
(2) Run the app : streamlit run App.py
(3) Open the app : http://localhost:8501/
(4) Explore the data & make a decision
(5) Enjoy the app

app-pvalues's People

Contributors

ekane3 avatar

Watchers

 avatar

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.