Skip to content

Commit 0e4df32

Browse files
authored
Update clustering.py
1 parent 3ecee9d commit 0e4df32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/clustering.py

-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ def get_heatmap(data):
4040
ord_ft.drop(columns=["row ID"], inplace=True)
4141
# Append string prefix to numeric indeces
4242
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)
4543

4644
# Heatmap
4745
fig = px.imshow(

0 commit comments

Comments
 (0)