Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -164,7 +164,7 @@ collection_name = 'restaurants'
|
|
164 |
|
165 |
restaurants_collection = client[db_name][collection_name]
|
166 |
|
167 |
-
dataset = load_dataset("
|
168 |
|
169 |
insert_data = []
|
170 |
|
|
|
164 |
|
165 |
restaurants_collection = client[db_name][collection_name]
|
166 |
|
167 |
+
dataset = load_dataset("MongoDB/whatscooking.restaurants")
|
168 |
|
169 |
insert_data = []
|
170 |
|