DataFrame( np.random.rand(100, 5), columns=['a', 'b', 'c', 'd', 'e'] ) return a df = load_data() pr = ProfileReport(df, explorative=True) ...
確定! 回上一頁