AttributeError: 'AxesSubplot' object has no attribute 'rowNum'

Code-

cell_df[[‘AccountWeeks’,‘DataUsage’,‘CustServCalls’,‘DayMins’,‘DayCalls’,‘MonthlyCharge’,‘OverageFee’,‘RoamMins’]].hist();

Error-

AttributeError: ‘AxesSubplot’ object has no attribute ‘rowNum’

Hey @Shikhar_Shrivastava,

Please provide a minimal reproducible example (with both code and data) of what you try to achieve if you want other people to be able help you.

References: