显示所有列:
pd.set_option('display.max_columns', None)
显示1000列:
pd.set_option(‘max_columns’,1000)
显示所有行:
pd.set_option('display.max_rows', None)
显示1000行:
pd.set_option(‘max_row’,1000)
设置value的显示长度为100,默认为50:
pd.set_option('max_colwidth',100)
设置浮点数:
pd.set_option(‘display.float_format’, lambda x: ‘%.5f’ % x)
Python学习网,有大量免费的Jupyter使用教程,欢迎大家学习!
神龙|纯净稳定代理IP免费测试>>>>>>>>天启|企业级代理IP免费测试>>>>>>>>IPIPGO|全球住宅代理IP免费测试