Skip to content

Instantly share code, notes, and snippets.

@yufengg
yufengg / AutoML_data_preparation_AIA023.ipynb
Last active April 15, 2024 13:30
Notebook for preparing a CSV for Google Cloud AutoML Vision
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@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)