read parquet的时候遇到的问题,读取都读取不了,但是对应的csv文件可以读取
我的代码:
os.chdir(r'C:\Users\YUR3T\Desktop\QT-2')#import all datasets we need
df = pd.read_parquet('hw2_option_to_stock_volume_ratio.parquet')
到这一步就开始报错了,是因为parquet太多行了??
输出:
IndexError: index 8389024 is out of bounds for axis 0 with size 131167