Wie installiere ich Pandas auf einem Mac?

2 Antworten

pip install pandas oder pip3 install pandas

Oder mit conda in einem environment

conda create -n test123 -y

conda active test123

pip install pandas