avduarte333 commited on
Commit
c2621a8
1 Parent(s): 326acda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/GutenQA_Paragraphs/GutenQA_semantic.parquet", engine="pyarrow")
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)