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 3e8530c commit 2cb36a3Copy full SHA for 2cb36a3
docs/serialization.rst
@@ -183,5 +183,7 @@ You would then use the custom serializer/deserializer when working with collecti
183
students = await col.get_many(keys)
184
assert type(students) == pd.DataFrame
185
186
+See a full example in this `gist <https://gist.github.com/apetenchea/bd6e737463a60bfad8c792e0f23bfe4a>`__.
187
+
188
.. _Pydantic: https://docs.pydantic.dev/latest/
189
.. _pandas: https://pandas.pydata.org/
0 commit comments