这个 traceback 告诉我们,你的 Python 代码在执行的过程中发生了 IndexError 异常。更具体地,在执行 "df[u6536u76d8u4ef7_u590du6743] = df[u590du6743u56e0u5b50] * (df.iloc[0][u6536u76d8u4ef7] / df.iloc[0][u590du6743u56e0u5b50])" 这一行代码时,发生了 "single positional indexer is out-of-bounds" 这个错误。这个错误的意思是你尝试访问的 DataFrame 中的某一行或某一列的索引超出了范围。可能是因为
Traceback (most recent call last): File "C:\Python38\lib\multiprocessing\pool.py", line 125, in work...
最新推荐文章于 2024-07-09 17:46:09 发布