访问多列

df[['ctr', 'cvr']]

显示所有列

# 设置显示的最大列数为 None 来显示所有列
pd.set_option('display.max_columns', None)