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

DOC: update DataFrame.to_records #20191

Commits on Mar 10, 2018

  1. Update to_records docstring.

    - Minor changes (missing dots, newlines) to make tests pass.
    - More examples.
    samuelsinayoko committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    bcf416c View commit details
    Browse the repository at this point in the history
  2. Fix html docs.

    Missing newlines.
    samuelsinayoko committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    8d0ee56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b03dda7 View commit details
    Browse the repository at this point in the history
  4. flake8 errors

    samuelsinayoko committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    e7b4cf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    823862b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d0a3bb View commit details
    Browse the repository at this point in the history
  7. Fix doctests.

    ```
    (pandas_dev) sinayoks@landade:~/dev/pandas/ $ pytest --doctest-modules pandas/core/frame.py -k to_record
    ========================================================================================== test session starts ==========================================================================================
    platform darwin -- Python 3.6.4, pytest-3.4.2, py-1.5.2, pluggy-0.6.0
    rootdir: /Users/sinayoks/dev/pandas, inifile: setup.cfg
    plugins: xdist-1.22.1, forked-0.2, cov-2.5.1
    collected 43 items
    
    pandas/core/frame.py .                                                                                                                                                                            [100%]
    
    ========================================================================================== 42 tests deselected ==========================================================================================
    ```
    samuelsinayoko committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    5f6e1c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2018

  1. Few more changes

    samuelsinayoko committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    b1d0b09 View commit details
    Browse the repository at this point in the history