개요

Pandas를 이용하여 Feature 특징을 ProfileReport하는 방법을 정리해둔다.

사용법

import pandas_profiling as pp
pp.ProfileReport(dataframe)