The Pandas module isn’t getting imported into my python console.import pandas is giving an error
I’m trying to import pandas in my python console, but unable to use it. I’m getting this error every time I try to import pandas: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
.
I also tried using pip list, and it showed pandas version 2.2.2. I’m currently using the python version 3.9. Please assist on what could be done here!
pandas is visible in pip list
Shashank H R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.