Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 918 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 918 Bytes

How To: Pandas-Numpy

NumPy

Fundamental package for high-performance data manipulation with Python. Typically used to handle large multi-dimensional arrays, and has a large collection of high-level mathematical functions to operate these arrays. Serves as a building block to machine learning operations, and more.

NumPy.org

NumPy Cheat Sheet

Pandas

Python library providing high-performance & easy-to-use data structures and data analysis tools. Typically used to read & write csv files, while performing data manipulations in Python.

Pandas.org

Pandas Cheat Sheet

Pandas for Time Series Data — Tricks and Tips