#plotting the data import seaborn as sns import pylustrator pylustrator.start() sns.countplot(x = 'Tool',hue = 'Condition',data = df,palette=['blue', 'green']) plt.show() when I run this code googlecolab session crashed
#plotting the data
import seaborn as sns
import pylustrator
pylustrator.start()
sns.countplot(x = 'Tool',hue = 'Condition',data = df,palette=['blue', 'green'])
plt.show()
when I run this code googlecolab session crashed