The first step is to uninstall the current pandas !pip uninstall pandas The second step is to run the command !pip install pandas==1.2.4 Link to a minimal, public, self-contained notebook that ...
In MacOS (10.15.7) in a conda created virtual env with Python 3.10.14 installed, when I open a python3 shell and try importing pandas, I get this segmentation fault. When I try to import Pandas in ...