Skip to content

Instantly share code, notes, and snippets.

View JohnLockwood's full-sized avatar
💭
Organizing repos 🔢

John Lockwood JohnLockwood

💭
Organizing repos 🔢
View GitHub Profile
@JohnLockwood
JohnLockwood / gspread_dataframe_demo.ipynb
Created March 8, 2022 21:05
gspread_dataframe demo for CodeSolid article
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JohnLockwood
JohnLockwood / iris.csv
Created January 30, 2023 15:02
iris data set
sepal_length sepal_width petal_length petal_width species
5.1 3.5 1.4 0.2 setosa
4.9 3.0 1.4 0.2 setosa
4.7 3.2 1.3 0.2 setosa
4.6 3.1 1.5 0.2 setosa
5.0 3.6 1.4 0.2 setosa
5.4 3.9 1.7 0.4 setosa
4.6 3.4 1.4 0.3 setosa
5.0 3.4 1.5 0.2 setosa
4.4 2.9 1.4 0.2 setosa
@JohnLockwood
JohnLockwood / iris-revised.csv
Created January 30, 2023 16:37
Iris data set alternate
sepal_length sepal_width petal_length petal_width species
5.1 3.5 1.4 0.2 Iris-setosa
4.9 3.0 1.4 0.2 Iris-setosa
4.7 3.2 1.3 0.2 Iris-setosa
4.6 3.1 1.5 0.2 Iris-setosa
5.0 3.6 1.4 0.2 Iris-setosa
5.4 3.9 1.7 0.4 Iris-setosa
4.6 3.4 1.4 0.3 Iris-setosa
5.0 3.4 1.5 0.2 Iris-setosa
4.4 2.9 1.4 0.2 Iris-setosa