0% found this document useful (0 votes)
40 views6 pages

Pandas

Pandas is an open source Python library that provides easy-to-use data structures and analysis tools. It runs on NumPy and is very popular for data science, with current version v0.23.1. Pandas supports high-level data frames and time series functionality while NumPy focuses on low-level arrays.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views6 pages

Pandas

Pandas is an open source Python library that provides easy-to-use data structures and analysis tools. It runs on NumPy and is very popular for data science, with current version v0.23.1. Pandas supports high-level data frames and time series functionality while NumPy focuses on low-level arrays.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Pandas

Joe James
Math & Computer Science Tutorials
from Silicon Valley
Pandas is an open source Python library providing high-
performance, easy-to-use data structures and data
analysis tools.

Runs on top of NumPy.

Very popular for data science.

Current version: v0.23.1


Pandas vs. NumPy
NumPy Pandas
• Low-level data structure (np.array) • High-level data structures (data frame).
• Support for large multi-
• More streamlined handling of tabular data,
dimensional arrays and matrices
and rich time series functionality.
• A wide range of mathematical
• Data alignment, missing-data friendly statistics,
array operations.
groupby, merge and join methods.

• You can use Pandas data structures, and freely


draw on NumPy and SciPy functions to
manipulate them.
Dependencies: The Python Stack
more

Scikit-Learn Scikit-Image more

SciPy Pandas Matplotlib

NumPy
https://pandas.pydata.org/
© 2018 Joe James

You might also like