Data Analysis With Pandas - Introduction To Pandas Cheatsheet - Codecademy PDF
Data Analysis With Pandas - Introduction To Pandas Cheatsheet - Codecademy PDF
Introduction to Pandas
Pandas
Pandas is an open source library that is used to analyze data in Python. It takes in
data, like a CSV or SQL database, and creates an object with rows and columns
called a data frame. Pandas is typically imported with the alias pd .
import pandas as pd
https://www.codecademy.com/learn/paths/data-science/tracks/data-processing-pandas/modules/dspath-intro-pandas/cheatsheet 1/3
5/6/2020 Data Analysis with Pandas: Introduction to Pandas Cheatsheet | Codecademy
axis=1
)
https://www.codecademy.com/learn/paths/data-science/tracks/data-processing-pandas/modules/dspath-intro-pandas/cheatsheet 3/3