Skip to content

Commit 2cb36a3

Browse files
committed
Added github gist example
1 parent 3e8530c commit 2cb36a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/serialization.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,7 @@ You would then use the custom serializer/deserializer when working with collecti
183183
students = await col.get_many(keys)
184184
assert type(students) == pd.DataFrame
185185
186+
See a full example in this `gist <https://gist.github.com/apetenchea/bd6e737463a60bfad8c792e0f23bfe4a>`__.
187+
186188
.. _Pydantic: https://docs.pydantic.dev/latest/
187189
.. _pandas: https://pandas.pydata.org/

0 commit comments

Comments
 (0)