Skip to content

Instantly share code, notes, and snippets.

View izikeros's full-sized avatar

Krystian Safjan izikeros

View GitHub Profile
@izikeros
izikeros / useful_pandas_snippets.md
Last active March 15, 2024 19:53 — forked from bsweger/useful_pandas_snippets.md
[pandas snippets (fork)] Useful Pandas Snippets #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)