Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: define DataFrame.items for all versions of python #17214

Merged
merged 5 commits into from
Aug 19, 2017

Commits on Aug 19, 2017

  1. FIX: define DataFrame.items for all versions of python

    Closes pandas-dev#17213
    
    This leaves a slight semantic difference between `dict.items` and
    `DateFrame.items` in python2, however there is no code currently
    expecting `DataFrame.items` to return a list and in python3 there is
    no `dict.iteritems`.
    
    This eases writing 'native' python3 code that also runs under python2.
    tacaswell committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    62cfbad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    764cf55 View commit details
    Browse the repository at this point in the history
  3. DOC: add whatsnew entry

    tacaswell committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    b1f46f8 View commit details
    Browse the repository at this point in the history
  4. DOC/TST: trivial changes

    tacaswell committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    32aa089 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8a9ab7 View commit details
    Browse the repository at this point in the history