Skip to content

Commit b0611af

Browse files
added to_csv function to public interface list (__all__) which was missing earlier
1 parent 728be93 commit b0611af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@
340340
"test",
341341
"testing",
342342
"timedelta_range",
343+
"to_csv",
343344
"to_datetime",
344345
"to_numeric",
345346
"to_pickle",

0 commit comments

Comments
 (0)