Skip to content

Instantly share code, notes, and snippets.

View ostechnix's full-sized avatar

Senthilkumar Palani ostechnix

View GitHub Profile
@ostechnix
ostechnix / useful_pandas_snippets.md
Created November 1, 2023 07:11 — 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)

@ostechnix
ostechnix / tmux.md
Created November 1, 2023 06:20 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a