Traceback most recent call last File jqbosoncoreentrypy line 368 in _run enginestart File jqbosoncoreenginepy line 230 in start self_dispatcherstart File jqbosoncoredispatcherpy line 223 in s
This is a Python error message that indicates a KeyError occurred. Specifically, the code is trying to group a DataFrame by the 'code' column, but it cannot find that column in the DataFrame. This could be caused by a typo in the column name or by the DataFrame not containing that column at all. It's recommended to check the DataFrame and make sure that the column exists and is spelled correctly.
原文地址: https://www.cveoy.top/t/topic/egXl 著作权归作者所有。请勿转载和采集!