Retrait des liens
This commit is contained in:
@@ -234,8 +234,3 @@ La commande supprimera toutes les saisies dont le champ « âge » a une valeur
|
|||||||
```javascript
|
```javascript
|
||||||
db.clients.remove( { Age: 28 }, 1);
|
db.clients.remove( { Age: 28 }, 1);
|
||||||
```
|
```
|
||||||
|
|
||||||
## Jeu de données
|
|
||||||
|
|
||||||
- https://raw.githubusercontent.com/mongodb/docs-assets/geospatial/neighborhoods.json
|
|
||||||
- https://raw.githubusercontent.com/mongodb/docs-assets/geospatial/restaurants.json
|
|
||||||
|
|||||||
@@ -1,2 +1,7 @@
|
|||||||
curl -X GET \
|
curl -X GET \
|
||||||
"https://datasets-server.huggingface.co/rows?dataset=MongoDB%2Fwhatscooking.restaurants&config=default&split=train&offset=0&length=100"
|
"https://datasets-server.huggingface.co/rows?dataset=MongoDB%2Fwhatscooking.restaurants&config=default&split=train&offset=0&length=100"
|
||||||
|
|
||||||
|
## Jeu de données
|
||||||
|
|
||||||
|
- https://raw.githubusercontent.com/mongodb/docs-assets/geospatial/neighborhoods.json
|
||||||
|
- https://raw.githubusercontent.com/mongodb/docs-assets/geospatial/restaurants.json
|
||||||
|
|||||||
Reference in New Issue
Block a user