Created
November 5, 2013 05:27
-
-
Save aanoaa/7314361 to your computer and use it in GitHub Desktop.
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
+----+-----------+ | |
| id | name | | |
+----+-----------+ | |
| 1 | Jacket | | |
| 2 | Pants | | |
| 3 | Shirts | | |
| 4 | Shoes | | |
| 5 | Hat | | |
| 6 | Tie | | |
| 7 | Waistcoat | | |
| 8 | Coat | | |
| 9 | Onepiece | | |
| 10 | Skirt | | |
| 11 | Blouse | | |
+----+-----------+ |
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
chest | waist | arm | length | foot | designated_for | category | donor_id | |
---|---|---|---|---|---|---|---|---|
95 | 78 | 60 | 85 | M | -1 | 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gist 에서는 csv 표현이 안되네여
다운로드 받아서 보세여