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

helper.filter_data calls helper.convert_dtypes #244

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 16, 2021

  1. helper.filter_data calls helper.convert_dtypes

    When helper.fliter_data is called it will now use helper.convert_dtypes to change str values at specific keys to float or int type. See docstrings of helper.convert_dtypes for full list of target keys.
    Phillyclause89 committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    f3bd023 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. unit test updates and keys added to helper.convert_dtypes

    some unit test now make assertions about the object types.
    
    More dict keys targeted by helper.convert_dtypes
    Phillyclause89 committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    337fc49 View commit details
    Browse the repository at this point in the history