nickeubank / practicaldatascience_book

https://www.practicaldatascience.org/
7 stars 2 forks source link

We need images for Categoricals and object dtypes reading #9

Closed nickeubank closed 5 months ago

nickeubank commented 8 months ago

Can build off this: https://github.com/nickeubank/practicaldatascience_book/blob/main/notebooks/PDS_not_yet_in_coursera/object_vectors.ipynb

nickeubank commented 7 months ago

@kylebradbury I think this is gonna require some nice graphics...

nickeubank commented 7 months ago

Started an object/categorical reading (see linked commit). Could you start putting together some images around these? I'm thinking one for numerics (numbers lined up nicely), one for object (addresses pointing to strings of different lengths), and one for categoricals (with a numeric vector and a lookup table).

kylebradbury commented 7 months ago

Can do! I'll start thinking about how to represent that graphically...

nickeubank commented 7 months ago

Moved to here: https://github.com/nickeubank/practicaldatascience_book/blob/main/notebooks/class_3/week_3/37_object_and_categorical_dtypes.ipynb

nickeubank commented 6 months ago

Sorry reconsidered again, and split into two readings: https://github.com/nickeubank/practicaldatascience_book/blob/main/notebooks/class_3/week_2/18_object_dtype.ipynb and https://github.com/nickeubank/practicaldatascience_book/blob/main/notebooks/class_3/week_2/45_categorical_dtype.ipynb

kylebradbury commented 5 months ago

@nickeubank - I've added some visuals to each of these readings - please let me know if these work:

Objects

3 2 18-objects

Categoricals

3 2 18-categoricals

3 2 18-categoricals-unique

nickeubank commented 5 months ago

LOVE IT!