From b0611afcb95487810992a990fcfa0a5eeb23d9a7 Mon Sep 17 00:00:00 2001 From: somanshu5011 <159036253+Somanshu-Mahajan@users.noreply.github.com> Date: Fri, 22 Aug 2025 21:40:50 +0530 Subject: [PATCH] added to_csv function to public interface list (__all__) which was missing earlier --- pandas/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/__init__.py b/pandas/__init__.py index 8b92ad6cdfebb..dce6fbfed14f4 100644 --- a/pandas/__init__.py +++ b/pandas/__init__.py @@ -340,6 +340,7 @@ "test", "testing", "timedelta_range", + "to_csv", "to_datetime", "to_numeric", "to_pickle",