print('Total columns in Dataframe is: ', df.shape[0]) typoerror?
xiangxing98 opened this issue · 0 comments
xiangxing98 commented
print('Total columns in Dataframe is: ', df.shape[0]) should be: print('Total columns in Dataframe is: ', df.shape[1])
xiangxing98 opened this issue · 0 comments
print('Total columns in Dataframe is: ', df.shape[0]) should be: print('Total columns in Dataframe is: ', df.shape[1])