lemonilia commited on
Commit
27979c6
·
verified ·
1 Parent(s): 8ccdc5d

Update README.md

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