Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Superset | 52,149 | 2 | a day ago | 3 | April 29, 2022 | 1,352 | apache-2.0 | TypeScript | ||
Apache Superset is a Data Visualization and Data Exploration Platform | ||||||||||
Metabase | 32,542 | 17 hours ago | 1 | June 08, 2022 | 2,999 | other | Clojure | |||
The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum: | ||||||||||
Redash | 23,203 | 18 hours ago | 2 | May 05, 2020 | 787 | bsd-2-clause | Python | |||
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data. | ||||||||||
Kibana | 18,485 | 1 | 10 hours ago | 1 | August 01, 2015 | 10,065 | other | TypeScript | ||
Your window into the Elastic Stack | ||||||||||
Thingsboard | 13,719 | 11 hours ago | 1,546 | apache-2.0 | Java | |||||
Open-source IoT Platform - Device management, data collection, processing and visualization. | ||||||||||
Plotly.py | 13,500 | 37 | 3 days ago | 88 | August 14, 2022 | 1,376 | mit | Python | ||
The interactive graphing library for Python :sparkles: This project now includes Plotly Express! | ||||||||||
Apexcharts.js | 12,548 | 377 | 260 | 8 days ago | 188 | August 22, 2022 | 277 | mit | JavaScript | |
📊 Interactive JavaScript Charts built on SVG | ||||||||||
Roughviz | 6,183 | 3 | 4 | a year ago | 7 | March 28, 2020 | 26 | mit | JavaScript | |
Reusable JavaScript library for creating sketchy/hand-drawn styled charts in the browser. | ||||||||||
Davinci | 4,625 | a month ago | 309 | apache-2.0 | TypeScript | |||||
Davinci is a DVsaaS (Data Visualization as a Service) Platform | ||||||||||
Hygieia | 3,753 | 3 months ago | 9 | April 24, 2019 | 88 | apache-2.0 | TypeScript | |||
CapitalOne DevOps Dashboard |
You Only Plot Once
YOPO is an ~0 Code interactive dashboard which generates various standard plots.you can create various graphs and charts with a click of a button. This tool uses Dash and Flask in backend.
To install from PyPi:
pip install yopo
To install from source:
cd <your_project>
git clone https://github.com/chekoduadarsh/YOPO-You-Only-Plot-Once.git
# or download and unzip https://github.com/AutoViML/AutoViz/archive/master.zip
# if you dont have virtualenv install from here https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/
python3 -m venv env
source env/bin/activate
git clone https://github.com/chekoduadarsh/YOPO-You-Only-Plot-Once.git
# or download and unzip https://github.com/AutoViML/AutoViz/archive/master.zip
cd yopo
python3 -m pip install .
its very easy to use YOPO, u just need to pass the dataframe and it will generate the dashboard.
A code like this will generate multiple plots like given below.
If you find any error or need support please raise a issue. If you think you can add a feature, or help solve a bug please raise a PR This repo welcomes any kind of contributions 🙏
Feel free to adapt it criticize it and support it the way you like!!