Update README.md
Browse files
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-
|
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)
|