Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ The dataset is organized into the following columns:
|
|
27 |
# 🔧 Loading the Dataset.
|
28 |
```python
|
29 |
import pandas as pd
|
30 |
-
dataset = pd.read_parquet("hf://datasets/LumberChunker/
|
31 |
|
32 |
# Filter the DataFrame to show only rows with the specified book name
|
33 |
single_book_chunks = dataset[dataset['Book Name'] == 'A_Christmas_Carol_-_Charles_Dickens'].reset_index(drop=True)
|
|
|
27 |
# 🔧 Loading the Dataset.
|
28 |
```python
|
29 |
import pandas as pd
|
30 |
+
dataset = pd.read_parquet("hf://datasets/LumberChunker/GutenQA_Semantic/GutenQA_semantic.parquet")
|
31 |
|
32 |
# Filter the DataFrame to show only rows with the specified book name
|
33 |
single_book_chunks = dataset[dataset['Book Name'] == 'A_Christmas_Carol_-_Charles_Dickens'].reset_index(drop=True)
|