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