You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call to_csv of dataframe object, I am not required to explicitly set path parameter. The default one is None and will return a string. I thought the same thing for series object. This time the path parameter becomes explicitly required. I wonder if it is better to keep consistency between them.
The text was updated successfully, but these errors were encountered:
@jreback : There is no need. @FrankMN is referring to a signature mismatch, which you can see here and here. IMO we should default path=None for Series. This shouldn't be a breaking API change.
gfyoung
added a commit
to forking-repos/pandas
that referenced
this issue
Aug 22, 2016
When I call to_csv of dataframe object, I am not required to explicitly set path parameter. The default one is None and will return a string. I thought the same thing for series object. This time the path parameter becomes explicitly required. I wonder if it is better to keep consistency between them.
The text was updated successfully, but these errors were encountered: