ischoeff

Results 1 comments of ischoeff

Yes can confirm that with docker jupyter/scipy-notebook:notebook-6.4.12. It uses Python 3.10.6, pandas 1.5.0. It works with: print("Original True : {0} ({1:0.2f}%)".format(len(df.loc[df['diabetes'] == 1]), (len(df.loc[df['diabetes'] == 1])/len(df.index)) * 100.0)) print("Original False...