From 041e513d40d35a3f60f4ad47dfec77e6ad5608c1 Mon Sep 17 00:00:00 2001 From: Doug Branton Date: Tue, 9 Apr 2024 12:32:39 -0700 Subject: [PATCH] add backend todo --- src/nested_pandas/nestedframe/io.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nested_pandas/nestedframe/io.py b/src/nested_pandas/nestedframe/io.py index 40e1405..e0f773f 100644 --- a/src/nested_pandas/nestedframe/io.py +++ b/src/nested_pandas/nestedframe/io.py @@ -26,6 +26,7 @@ def read_parquet( Docstring based on the Pandas equivalent. #TODO after MVP: Include full kwarg-set + #TODO: Switch dtype backend default? Parameters ----------