AnnettePRO85 commited on
Commit
bd6e2e1
·
verified ·
1 Parent(s): 40154d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -6,4 +6,5 @@ tags:
6
  - fashion
7
  - outfit
8
  ---
9
- SELECT * FROM items_df_color LIMIT 10;
 
 
6
  - fashion
7
  - outfit
8
  ---
9
+ import pandas as pd
10
+ print(items_df_color.head(10))