In this new series, I will answer YOUR Python coding questions.
William Jimenez Urda asked today's coding question. Check out his YouTube channel here: @electromesh9324
William wanted to summarize how many times each worker had worked on different equipment and create a new column based on a certain condition.
In Part 2, we will cover how to visualize the data with a bar chart using Plotly Express and Dash.
We will use Dash, Bootstrap from Dash Core Components, html, Plotly Express Bar Chart, app.callback with Input and Output and Dash DataTable.
We will create Long Form dataframes with pandas.melt, query pandas data with query() before rendering all data in our web browser.
Source code: https://github.com/consod/articles/tr...
Do YOU want to have YOUR questions answered next? Comment below or email [email protected]
Timestamps
0:00 Intro
0:50 Coding structure and installing requirements
2:10 main.py
6:48 layout.py
11:00 Equipment dropdown
23:40 Bar Chart
41:36 Data Table
47:30 Summary
48:22 Outro