Corran commited on
Commit
e28be48
1 Parent(s): b23465c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,9 +10,9 @@ To get this data ensure you have git installed and do !git lfs clone https://hug
10
 
11
  In python the reccomended reading is by opening the file with pandas.
12
 
13
- !pip install pandas
14
- import pandas
15
- data=pd.read_parquet('PexelVideos.parquet.gzip')
16
 
17
  Get a specific url and its metadata using data.iloc[0], read this like a python dict
18
 
 
10
 
11
  In python the reccomended reading is by opening the file with pandas.
12
 
13
+ !pip install pandas <br>
14
+ import pandas <br>
15
+ data=pd.read_parquet('PexelVideos.parquet.gzip') <br>
16
 
17
  Get a specific url and its metadata using data.iloc[0], read this like a python dict
18