Aug 23, 2021

Installing Pyhton with Pandas on MacOS Intel/AppleSilicon


  1. Installing Python on MacOS: https://www.python.org/downloads/
  2. Run on terminal: sudo pip install pandas
  3. After: pip install --user pandas
  4. So, pip3 install pandas
  5. pip3 install upgrade pip
  6. Finally, pip install pandas
  7. Make a test on IDLE console: import pandas
  8. If the line command returns nothing, pandas is already in your MacOS.


25 comments:

Featured Post

Exporting big data to TXT/CSV file using line command BCP to connect a MS SQL Server

 Hi my friends! Exploring the BCP line-command from Microsoft SQL Server, using Windows Authentication, is very efficient exportation to .cs...

Popular Posts