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

REGR: NA-values in ctors with string dtype #21366

Merged
merged 7 commits into from
Jun 8, 2018

Commits on Jun 7, 2018

  1. REGR: NA-values in ctors with string dtype

    ```python
    In [1]: import pandas as pd
    In [2]: pd.Series([1, 2, None], dtype='str')[2]  # None
    
    ```
    
    Closes pandas-dev#21083
    TomAugspurger committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    d07b238 View commit details
    Browse the repository at this point in the history
  2. Compat for old numpy

    when bool(dtype) was False
    TomAugspurger committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    d2585e3 View commit details
    Browse the repository at this point in the history
  3. Additional tests

    TomAugspurger committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    bcc993c View commit details
    Browse the repository at this point in the history
  4. Additional test fixups

    TomAugspurger committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    0d7c853 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a94d399 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Refactored

    TomAugspurger committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    3d81d5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4de6f7a View commit details
    Browse the repository at this point in the history