Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -243,9 +243,10 @@ if fetch_data:
|
|
243 |
"""
|
244 |
stats_placeholder.markdown(stats_html, unsafe_allow_html=True)
|
245 |
|
246 |
-
#
|
247 |
-
|
248 |
-
|
|
|
249 |
|
250 |
# Utility functions for deeper metadata quality analysis
|
251 |
def is_incomplete(value):
|
|
|
243 |
"""
|
244 |
stats_placeholder.markdown(stats_html, unsafe_allow_html=True)
|
245 |
|
246 |
+
# π Field Completeness Breakdown
|
247 |
+
st.sidebar.markdown("### π Field Completeness Breakdown", unsafe_allow_html=True)
|
248 |
+
st.sidebar.dataframe(completeness_table.style.format("{:.1f}%"))
|
249 |
+
|
250 |
|
251 |
# Utility functions for deeper metadata quality analysis
|
252 |
def is_incomplete(value):
|