Hi I am a grad student who has a fair amount of experience with data science. My research has taken me into the world of GIS. No one in my lab has ant GIS experience. I've been tasked by my advisor to make an interactive dashboard to showcase my research. I've been using python+geopandas for the GIS aspects of my analysis. I have an analysis pipeline written in python which output a Geo Dataframe with several columns of geometry information and many with other information. We want a dashboard with an interactive map and several plots next to it, the plots require customization beyond the default simple plots I have seen in arcGIS dashboards. Ideally the user would be able to mouse over places on the map and the corresponding elements in the plots would be highlighted and vice-versa.
This is a very broad question. You would benefit a lot from searching for introduction tutorials e.g.
https://doc.arcgis.com/en/dashboards/latest/get-started/create-a-dashboard.htm
https://learn.arcgis.com/en/paths/try-operations-dashboard-for-arcgis/
https://learn.arcgis.com/en/projects/build-an-interactive-dashboard/
More specifically you will want to:
Let us know if you need more to get started. You can always come back with more specific questions later!