今天分享的是我做过的保险行业的案例。其中涉及了很多新的知识点。例如: 新的画图工具 seaborn import matplotlib.pyplot as plt import seaborn as sns plt.style.use('seaborn') #添加一个风格 若列数不能完全显示 pd.set_option('max_columns',100)