Skip to content

Instantly share code, notes, and snippets.

View markchure's full-sized avatar
🏠
Working from home

Marcos Churi markchure

🏠
Working from home
View GitHub Profile
@markchure
markchure / useful_pandas_snippets.md
Created April 26, 2021 16:42 — 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)