Locked lesson.
About this lesson
Pandas is a powerful Python data analysis toolkit. In this video, we'll discuss what it does and how it works.
Exercise files
Download this lesson’s related exercise files.
Installing Pandas and Overview - What is it used for.docx57.1 KB Installing Pandas and Overview - What is it used for - Solution.docx
56.6 KB
Quick reference
Installing Pandas and Overview - What is it used for
When you think of Pandas, think of a spreadsheet.
When to use
Use Pandas to visualize data in Spreadsheet form.
Instructions
To install Pandas - From the Git Bash Terminal (make sure your virtual environment is activated):
pip install pandas
To import Pandas into your Jupyter Notebook:
import pandas as np
Hints & tips
- Install from the terminal: pip install pandas
- Import to Jupyter Notebook: import pandas as np
Lesson notes are only available for subscribers.