Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Adds first pass example using movie example from metaflow #32

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 23, 2021

  1. Adds first pass at the movie example from metaflow

    Inspiration is from:
    https://github.com/Netflix/metaflow/blob/master/metaflow/tutorials/01-playlist/playlist.py
    
    Two interesting things to note here:
    
    1. We could have the driver do the loading of the CSV, or we could have a function to do it.
    2. Filter operations are easiest to happen in the driver I think. Not to say you can't do it,
    we'd just need better logic around creating the dataframe, and not trying to combine series
    with various index lengths. Hmm.
    skrawcz committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    f05782f View commit details
    Browse the repository at this point in the history