pandas.errors.InvalidIndexError: (slice(None, None, None), slice(0, 4, None))

使用pandas导入数据后,使用

data=numpy.array(data)

将格式换为ndarray格式再进行切片

你可能感兴趣的:(pandas)