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
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions examples/playlist/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Example showing how to take in a CSV and do something with it

This example is inspired by [this Metaflow documentation](https://github.com/Netflix/metaflow/blob/master/metaflow/tutorials/01-playlist/playlist.py).


> python my_script.py

Should output something like:

movie_title genre_match bonus_movie
0 Avatar True A Low Down Dirty Shame
4 John Carter True A Low Down Dirty Shame
7 Avengers: Age of Ultron True A Low Down Dirty Shame
9 Batman v Superman: Dawn of Justice True A Low Down Dirty Shame
10 Superman Returns True A Low Down Dirty Shame
Loading