Performing .shape is giving me the following error.
AttributeError: \'DataFrame\' object has no attribute \'shape\'
How should
print('(',len(df),',',len(df.columns),')')