You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue when attempting to execute the code due to a "ValueError: Only callable can be used as a callback" error in the "parser.py" file at line number 28. Specifically, the problem arose when I tried to create a DataFrame using the pandas library with the provided column names. Here is the code snippet that triggered the error:
Hello. I can not reproduce the issue.
Do you have the correct pandas version installed? (1.4.2)
Ideally, please do a fresh install of the dependencies using the requirements.txt file and completely restart your python session.
I encountered an issue when attempting to execute the code due to a "ValueError: Only callable can be used as a callback" error in the "parser.py" file at line number 28. Specifically, the problem arose when I tried to create a DataFrame using the pandas library with the provided column names. Here is the code snippet that triggered the error:
I kindly request your assistance in resolving this issue.
The text was updated successfully, but these errors were encountered: