Created
July 17, 2018 08:08
-
-
Save jamiekt/7e5d57882ad202ed9b18312866b9fea7 to your computer and use it in GitHub Desktop.
dummy sales data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| basket | product | customer | store | |
|---|---|---|---|---|
| 001 | bananas | John Doe | Stratford | |
| 001 | apples | John Doe | Stratford | |
| 002 | apples | Jane Doe | Aberdeen | |
| 002 | baked beans | Jane Doe | Aberdeen | |
| 002 | cornflakes | Jane Doe | Aberdeen | |
| 003 | chocolate | John Doe | Stratford |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment