Skip to content

Instantly share code, notes, and snippets.

View EricCat's full-sized avatar

Wes Davies EricCat

  • DesignAShirt
  • Tempe
View GitHub Profile
@EricCat
EricCat / useful_pandas_snippets.md
Created August 4, 2020 05:38 — 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)

@EricCat
EricCat / Install NVIDIA Driver and CUDA.md
Created March 21, 2019 01:11 — forked from wangruohui/Install NVIDIA Driver and CUDA.md
Install NVIDIA Driver and CUDA on Ubuntu / CentOS / Fedora Linux OS