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

support category dtypes #24

Merged
merged 3 commits into from
May 8, 2019
Merged

support category dtypes #24

merged 3 commits into from
May 8, 2019

Commits on May 8, 2019

  1. fix categorical dtype check, add tests, pin pandas version

    pandas version 0.21 is required for Series.isna() and 0.19 is required for is_categorical_dtype and is_numeric_dtype
    Dave Cavaletto committed May 8, 2019
    Configuration menu
    Copy the full SHA
    292c35b View commit details
    Browse the repository at this point in the history
  2. use isnull() and pandas version 0.19

    Dave Cavaletto committed May 8, 2019
    Configuration menu
    Copy the full SHA
    89c3a9f View commit details
    Browse the repository at this point in the history
  3. Minor grammar fixes

    multimeric committed May 8, 2019
    Configuration menu
    Copy the full SHA
    16d1a45 View commit details
    Browse the repository at this point in the history