From 3886c1b881f7eb617744831c13fbd36005c469c7 Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Thu, 6 Feb 2025 10:02:02 -0800 Subject: [PATCH] DOC: Update the read_csv in action in cookbook.rst --- doc/source/user_guide/cookbook.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/cookbook.rst b/doc/source/user_guide/cookbook.rst index b3decb6342527..91a0b4a4fe967 100644 --- a/doc/source/user_guide/cookbook.rst +++ b/doc/source/user_guide/cookbook.rst @@ -1043,7 +1043,7 @@ CSV The :ref:`CSV ` docs -`read_csv in action `__ +`read_csv in action `__ `appending to a csv `__