为什么print(df.loc[0:0,'a']) 可以取单个值,到下面for循环使用print(df.loc[i:i,'a'])就报错?? 这段代码因该怎么写?
https://blog.csdn.net/roamer314/article/details/106432270