Skip to content

Instantly share code, notes, and snippets.

View asemler's full-sized avatar

Angie Semler asemler

View GitHub Profile
@asemler
asemler / useful_pandas_snippets.md
Created November 6, 2022 16:17 — 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)