Skip to content

Instantly share code, notes, and snippets.

@curiousily
Last active March 30, 2019 18:58
Show Gist options
  • Save curiousily/b0a8bbc907a9ffe9309b97243f86dc3c to your computer and use it in GitHub Desktop.
Save curiousily/b0a8bbc907a9ffe9309b97243f86dc3c to your computer and use it in GitHub Desktop.
data = OrderedDict(
amount_spent = [50, 10, 20, 5, 95, 70, 100, 200, 0],
send_discount = [0, 1, 1, 1, 0, 0, 0, 0, 1]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment