Skip to content

Instantly share code, notes, and snippets.

View divyamb's full-sized avatar
😃
Grateful

Divyam Balani divyamb

😃
Grateful
View GitHub Profile
@divyamb
divyamb / useful_pandas_snippets.md
Created July 27, 2019 02:24 — forked from bsweger/useful_pandas_snippets.md
Useful Pandas Snippets

Useful Pandas Snippets

A personal diary of DataFrame munging over the years.

Data Types and Conversion

Convert Series datatype to numeric (will error if column has non-numeric values)
(h/t @makmanalp)