Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个 Pandas 分析报告。在“变量”下显示每列的详细信息。当我按下“切换详细信息”并导航到“类别”时,最常见的值以“其他值”结尾,在我的数据集中约占 50%。是否有可能打印该报告中的所有值,因此不合并其他值?
设置显示的行数(在本例中为 250):
profile = ProfileReport(df, n_freq_table_max=250)