We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecee9d commit 0e4df32Copy full SHA for 0e4df32
src/clustering.py
@@ -40,8 +40,6 @@ def get_heatmap(data):
40
ord_ft.drop(columns=["row ID"], inplace=True)
41
# Append string prefix to numeric indeces
42
ord_ft.index = pd.Index(["m_"+x if x.isnumeric() else x for x in ord_ft.index.astype(str)])
43
-
44
- st.dataframe(ord_ft)
45
46
# Heatmap
47
fig = px.imshow(
0 commit comments