Python pd.set_选项(';display.max_rows';,…)即使在

Python pd.set_选项(';display.max_rows';,…)即使在,python,display,Python,Display,pd.set_选项('display.max_rows',..)不起作用。 我有一个超过500k行的大型df。当我对df执行以下操作(如下面的链接所示)时,只显示10行。我需要显示100行。我该怎么办 必须将显示最小行数设置为100 然后使用head(100)必须将display.minu rows设置为100 然后使用head(100)

pd.set_选项('display.max_rows',..)不起作用。 我有一个超过500k行的大型df。当我对df执行以下操作(如下面的链接所示)时,只显示10行。我需要显示100行。我该怎么办


必须将
显示最小行数设置为100


然后使用
head(100)

必须将
display.minu rows
设置为100

然后使用
head(100)