Skip to content

Instantly share code, notes, and snippets.

@sbob909
sbob909 / useful_pandas_snippets.md
Last active July 20, 2020 15:50 — 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)