All Projects → okld → streamlit-pandas-profiling

okld / streamlit-pandas-profiling

Licence: MIT License
Pandas profiling component for Streamlit.

Programming Languages

typescript
32286 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to streamlit-pandas-profiling

streamlit-observable
Embed Observable notebooks into Streamlit apps!
Stars: ✭ 50 (-62.96%)
Mutual labels:  streamlit, streamlit-component
streamlit-ace
Ace editor component for Streamlit.
Stars: ✭ 130 (-3.7%)
Mutual labels:  streamlit, streamlit-component
capbot2.0
Repository to hold code for the cap-bot varient that is being presented at the SIIC Defence Hackathon 2021.
Stars: ✭ 20 (-85.19%)
Mutual labels:  pandas, streamlit
mune
Simple stock price analytics
Stars: ✭ 14 (-89.63%)
Mutual labels:  pandas, streamlit
Pandas Profiling
Create HTML profiling reports from pandas DataFrame objects
Stars: ✭ 8,329 (+6069.63%)
Mutual labels:  pandas, pandas-profiling
five-minute-midas
Predicting Profitable Day Trading Positions using Decision Tree Classifiers. scikit-learn | Flask | SQLite3 | pandas | MLflow | Heroku | Streamlit
Stars: ✭ 41 (-69.63%)
Mutual labels:  pandas, streamlit
tableau-scraping
Tableau scraper python library. R and Python scripts to scrape data from Tableau viz
Stars: ✭ 91 (-32.59%)
Mutual labels:  pandas
Naive-Resume-Matching
Text Similarity Applied to resume, to compare Resumes with Job Descriptions and create a score to rank them. Similar to an ATS.
Stars: ✭ 27 (-80%)
Mutual labels:  streamlit
Instagram-Comments-Scraper
Instagram comment scraper using python and selenium. Save the comments into excel.
Stars: ✭ 73 (-45.93%)
Mutual labels:  pandas
spyndex
Awesome Spectral Indices in Python.
Stars: ✭ 56 (-58.52%)
Mutual labels:  pandas
hdfe
No description or website provided.
Stars: ✭ 22 (-83.7%)
Mutual labels:  pandas
excel-to-python-course
Student materials and handouts for Excel to Python course
Stars: ✭ 73 (-45.93%)
Mutual labels:  pandas
Product-Categorization-NLP
Multi-Class Text Classification for products based on their description with Machine Learning algorithms and Neural Networks (MLP, CNN, Distilbert).
Stars: ✭ 30 (-77.78%)
Mutual labels:  pandas
astetik
Astetik takes away the pain from telling visual stories with data on Python
Stars: ✭ 15 (-88.89%)
Mutual labels:  pandas
pixie
Instant Kubernetes-Native Application Observability
Stars: ✭ 3,238 (+2298.52%)
Mutual labels:  pandas
DadosAbertosBrasil
Pacote Python para acesso a dados abertos e APIs do governo brasileiro.
Stars: ✭ 28 (-79.26%)
Mutual labels:  pandas
object-detection-app
Simple object detection app with streamlit
Stars: ✭ 57 (-57.78%)
Mutual labels:  streamlit
Datacamp-Data-Scientist-with-Python-2019-and-2020
This is about learning data scientist with Python 2019 and some new updated courses in DataCamp. All the answers given written by myself
Stars: ✭ 27 (-80%)
Mutual labels:  pandas
pandas-msgpack
Pandas Msgpack
Stars: ✭ 22 (-83.7%)
Mutual labels:  pandas
Exploratory Data Analysis Visualization Python
Data analysis and visualization with PyData ecosystem: Pandas, Matplotlib Numpy, and Seaborn
Stars: ✭ 78 (-42.22%)
Mutual labels:  pandas

📈 Streamlit Pandas Profiling

GitHub PyPI

Installation

pip install streamlit-pandas-profiling

Getting started

import pandas as pd
import pandas_profiling
import streamlit as st

from streamlit_pandas_profiling import st_profile_report

df = pd.read_csv("https://storage.googleapis.com/tf-datasets/titanic/train.csv")
pr = df.profile_report()

st_profile_report(pr)

Demo

Open in Streamlit

Preview

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].