lemonilia commited on
Commit
555cfa0
·
1 Parent(s): 3f0a35a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ The files need PyArrow installed from `pip` to be loaded with `pandas`. FastParq
41
  import pandas
42
 
43
  # Load a parquet file into one DataFrame
44
- df = pandas.read_parquet('elliquiy-rp_2023-04_train-00000-of-00005.parquet')
45
 
46
  # Load the shareGPT-like message group from one specific row into a standard Python list
47
  messages = list(df.iloc[2350].messages)
 
41
  import pandas
42
 
43
  # Load a parquet file into one DataFrame
44
+ df = pandas.read_parquet('elliquiy-rp_2023-04_train-00000-of-00006.parquet')
45
 
46
  # Load the shareGPT-like message group from one specific row into a standard Python list
47
  messages = list(df.iloc[2350].messages)