You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed Clustergrammer2 but I'm getting the following error
import pandas as pd
from clustergrammer_widget import *
net = Network(clustergrammer_widget)
import numpy as np
data = pd.DataFrame(np.random.randn(100, 100))
net.load_df(data)
net.cluster()
net.widget()
~/opt/anaconda3/envs/myenv/lib/python3.6/site-packages/pandas/core/generic.py in __getattr__(self, name)
5139 if self._info_axis._can_hold_identifiers_and_holds_name(name):
5140 return self[name]
-> 5141 return object.__getattribute__(self, name)
5142
5143 def __setattr__(self, name: str, value) -> None:
AttributeError: 'DataFrame' object has no attribute 'ix'
The text was updated successfully, but these errors were encountered:
I installed Clustergrammer2 but I'm getting the following error
The text was updated successfully, but these errors were encountered: