Anytime when i just try to call pandas module, i have the error:
import pandas as pd
ValueError: source code string cannot contain null bytes.
I am using VS Code to edit the code. I am sure the file does not contain null bytes, because I rewrote the code and even this import
by itself causes the problem.
I have already tried reinstalling Python and VS Code, and I made sure to choose 'add to path' when reinstalling Python.
How can I fix the problem?