krishnaik06 / Pandas-Profiling-EDA

40 stars 58 forks source link

EDA with pandas_profiling #3

Open purnimagusain opened 3 years ago

purnimagusain commented 3 years ago

getting error while executing below line of code.

profile = ProfileReport(df, title='Pandas Profiling Report', explorative=True)

TypeError: 'module' object is not callable

muskan467 commented 3 years ago

Which version of pandas-profiling you are using? (latest is 3.1.0) You can find out the version using this command: !pip freeze |grep pandas-profiling You can update the version using: pip install -U pandas-profiling

purnimagusain commented 3 years ago

Thank you Ali, I will try b below steps.

Regards, Purnima Gusain

On 09-Oct-2021, at 10:26 PM, Muskan Ali Qureshi @.***> wrote:

Which version of pandas-profiling you are using? (latest is 3.1.0) You can find out the version using this command: !pip freeze |grep pandas-profiling You can update the version using: pip install -U pandas-profiling

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/krishnaik06/Pandas-Profiling-EDA/issues/3#issuecomment-939327282, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN6FR6CBBHEB54HLLGV653LUGBX23ANCNFSM5DVCLBBA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Shephali70 commented 2 years ago

Thanks, It really helped me a lot in understanding the data in less amount of time.