Skip to content

Instantly share code, notes, and snippets.

View larryhuffman's full-sized avatar

Larry Huffman larryhuffman

View GitHub Profile

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)