标签: pandas python-3.6
以下代码显示错误: TypeError:数据类型“”不理解
我写的代码如下:
>train = pandas.read_csv('train.csv) >train.describe(include = ['0'])
有谁能告诉我哪里错了,这是什么错误?