Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. data = pd.DataFrame({'Item 1': ['apple', 'potato', 'cheese', 'banana', 'cheese', 'banana', 'cheese', 'potato', 'egg'],
  2. 'Item 2': [1,5,2,7,8,4,9,0,3],
  3. 'Item 3': ['a','b','a','c','d','c','e','e','e']})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement