Dataframe to be big to be shown properly? #89
-
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @Reapor-Yurnero Clustergrammer2 should be able to handle that size of a matrix. You can try with a smaller subset of the matrix first by doing
|
Beta Was this translation helpful? Give feedback.
-
@cornhundred I‘ve figured this out. It seems my dataframe is having index of dtype "Int64" and can't be rendered by Clustergrammer2 properly. I changed to normal python object dtype and it works. But I believe this should not be the expected behavior so probably there's a bug behind it that you may want to fix |
Beta Was this translation helpful? Give feedback.
@cornhundred I‘ve figured this out. It seems my dataframe is having index of dtype "Int64" and can't be rendered by Clustergrammer2 properly. I changed to normal python object dtype and it works. But I believe this should not be the expected behavior so probably there's a bug behind it that you may want to fix