harshidagli commited on
Commit
7f2d686
·
verified ·
1 Parent(s): c9a4646

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -3
app.py CHANGED
@@ -107,6 +107,12 @@ correlation_plot = (
107
  )
108
  st.altair_chart(correlation_plot, use_container_width=True)
109
 
110
-
111
-
112
-
 
 
 
 
 
 
 
107
  )
108
  st.altair_chart(correlation_plot, use_container_width=True)
109
 
110
+ st.write('The correlation plot allows experts to explore relationships between different numeric variables in the dataset. For instance, examining the correlation between Contract Amount and Procurement Method Frequency can reveal patterns in procurement practices. A strong correlation might indicate certain procurement methods are associated with higher or lower contract values, providing insights into efficiency and strategy. Users can select specific attributes to analyze and dynamically visualize how they interact across regions and industries.')
111
+ st.write('Contextual Dataset')
112
+ st.write('World Bank Development Indicators by Industry
113
+ Link: https://databank.worldbank.org/source/world-development-indicators
114
+ Why Useful: This dataset includes industry-specific GDP contributions and growth metrics for different countries. Integrating it with contract award data can help analyze whether investments align with industry needs or economic potential, enabling an evaluation of their effectiveness.
115
+ Additional Insight')
116
+ st.write('he correlation analysis combined with the contextual dataset could provide narratives such as:
117
+ How contract investments influence specific industries.')
118
+ st.write('Patterns in procurement methods tied to economic growth in particular regions or industries.')