Skip to content

RONALD55/VLOOK-UP-WITH-STREAMLIT-AND-PANDAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLOOK-UP-WITH-STREAMLIT-PANDAS

Streamlit App

What is VLOOK UP?

VLOOK-UP stands for ‘Vertical Lookup’. It is a function that makes Excel search for a certain value in a column (the so called ‘table array’), in order to return a value from a different column in the same row. This article will teach you how to use the VLOOKUP function.

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

To install relevant packages

Open your shell or terminal and install the relevant packages using the command below

pip install -r requirements.txt

To run this Application

Open the root folder of the project and run the command below:

streamlit run main.py

Dashboard Example:

Click Here to view the demo

Dashboard Dashboard Dashboard