Skip to content

Lesson 2: Environment Setup

kode2go edited this page Nov 27, 2021 · 1 revision

Installing Pandas

Now you should install pandas on your terminal using Windows, Mac, or Linux using: pip install pandas.

To check it is installed use: pip show pandas.

Now open Spyder or your IDE of choice and we can start using it.

Clone this wiki locally