We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7f0c5 commit a7dd6b2Copy full SHA for a7dd6b2
docs/serialization.rst
@@ -80,6 +80,10 @@ that you are modeling your students data using Pydantic_. You want to be able to
80
of a certain type, and also be able to read them back. More so, you would like to get multiple documents
81
back using one of the formats provided by pandas_.
82
83
+.. note::
84
+ The driver assumes that the types support dictionary-like indexing, i.e. `doc["_id"]`
85
+ returns the id of the document.
86
+
87
**Example:**
88
89
.. code-block:: python
0 commit comments