Skip to content

Instantly share code, notes, and snippets.

View kuatroka's full-sized avatar

kuatroka kuatroka

View GitHub Profile
@bsweger
bsweger / useful_pandas_snippets.md
Last active April 19, 2024 18:04
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)

@hofmannsven
hofmannsven / README.md
Last active September 27, 2024 02:05
Git CLI Cheatsheet