Skip to content

Instantly share code, notes, and snippets.

@nimzo6689
Created December 6, 2019 12:54
Show Gist options
  • Save nimzo6689/6b1d9fe017f4b31c16252715fef4d4f2 to your computer and use it in GitHub Desktop.
Save nimzo6689/6b1d9fe017f4b31c16252715fef4d4f2 to your computer and use it in GitHub Desktop.
Qiitaのサンプル用csvファイル
product_code product_name price
POSH00001 鉛筆 100
POSH00002 消しゴム 50
POSH00003 ノート 110
POSH00004 定規 90
POSH00005 蛍光ペン 70
order_id product_code order_date quantity
1000001 POSH00001 2019-05-01 3
1000001 POSH00002 2019-05-01 1
1000002 POSH00001 2019-05-01 2
1000002 POSH00002 2019-05-01 1
1000002 POSH00003 2019-05-01 3
1000003 POSH00001 2019-05-01 10
1000004 POSH00001 2019-05-01 4
1000005 POSH00002 2019-05-02 2
1000005 POSH00003 2019-05-02 1
1000006 POSH00001 2019-05-02 1
1000006 POSH00002 2019-05-02 3
1000007 POSH00002 2019-05-03 5
1000008 POSH00003 2019-05-03 5
1000009 POSH00002 2019-05-04 2
1000010 POSH00001 2019-05-05 1
1000010 POSH00003 2019-05-05 3
1000010 POSH00002 2019-05-05 1
1000010 POSH00005 2019-05-05 2
1000011 POSH00001 2019-05-05 1
1000011 POSH00002 2019-05-05 4
1000012 POSH00001 2019-05-05 5
1000012 POSH00003 2019-05-05 8
1000012 POSH00004 2019-05-05 3
1000013 POSH00003 2019-05-05 1
1000014 POSH00001 2019-05-06 1
1000014 POSH00002 2019-05-06 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment