Skip to content

Commit 26e3fc8

Browse files
author
y-p
committed
DOC: update comment
1 parent 5bf1525 commit 26e3fc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/format.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,8 @@ def __init__(self, obj, path_or_buf, sep=",", na_rep='', float_format=None,
830830
if not index:
831831
self.nlevels = 0
832832

833-
# legacy to be removed in 0.12
833+
# original python implem. of df.to_csv
834+
# invoked by df.to_csv(engine=python)
834835
def _helper_csv(self, writer, na_rep=None, cols=None,
835836
header=True, index=True,
836837
index_label=None, float_format=None):

0 commit comments

Comments
 (0)