From 4f343a6e6262153741660802dd08eaedd708293e Mon Sep 17 00:00:00 2001 From: Alex Malins Date: Fri, 7 Apr 2023 00:20:45 +0900 Subject: [PATCH] Backport PR #52486: DOC: Fix missing `read_parquet` from list of fns with new keyword arg `dtype_backend` --- doc/source/whatsnew/v2.0.0.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/whatsnew/v2.0.0.rst b/doc/source/whatsnew/v2.0.0.rst index 1ad198dedd4c0..23b05634acf1b 100644 --- a/doc/source/whatsnew/v2.0.0.rst +++ b/doc/source/whatsnew/v2.0.0.rst @@ -120,6 +120,7 @@ The following functions gained a new keyword ``dtype_backend`` (:issue:`36712`) * :func:`read_sql` * :func:`read_sql_query` * :func:`read_sql_table` +* :func:`read_parquet` * :func:`read_orc` * :func:`read_feather` * :func:`read_spss`