Skip to content

DEPR: deprecate cols / change to columns in to_csv / to_excel #6645

@jreback

Description

@jreback
Contributor

related is #6581

Activity

added this to the 0.14.0 milestone on Mar 15, 2014
jreback

jreback commented on Mar 15, 2014

@jreback
ContributorAuthor
jsexauer

jsexauer commented on Mar 22, 2014

@jsexauer
Contributor

I'm trying to convert this issue into a PR using the API:

URI: https://api.github.com/repos/pydata/pandas/pulls
POST Payload: {"head": "jsexauer:fix6645", "base": "master", "issue":"6645"}
Response:

{
  "message": "Validation Failed",
  "documentation_url": "http://developer.github.com/v3/pulls/#create-a-pull-request",
  "errors": [
    {
      "resource": "PullRequest",
      "field": "issue",
      "code": "unauthorized"
    }
  ]
}

I've done this before successfully but now it says I'm unauthorized. Any idea why this may be?

jreback

jreback commented on Mar 22, 2014

@jreback
ContributorAuthor

never tried using the API
I just go to the branch an pull it on the website

jsexauer

jsexauer commented on Mar 22, 2014

@jsexauer
Contributor

But won't that create a new issue number?

jreback

jreback commented on Mar 22, 2014

@jreback
ContributorAuthor

yep
you want to do that
the pr will then close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    DeprecateFunctionality to remove in pandas

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Participants

      @jreback@jsexauer

      Issue actions

        DEPR: deprecate cols / change to columns in to_csv / to_excel · Issue #6645 · pandas-dev/pandas