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

make df strategy less complex #989

Merged
merged 1 commit into from
Oct 28, 2022
Merged

make df strategy less complex #989

merged 1 commit into from
Oct 28, 2022

Commits on Oct 27, 2022

  1. make df strategy less complex

    fixes #988
    
    A change in #658 introduced a step to handle str/object dtypes due
    to issues handling np.str_. Will need to look into whether that's
    still necessary in another PR, but this one compresses a bunch
    of `strategy.map` calls to a single one.
    
    This addresses an issue where the strategy would be way too long
    for schemas with many str/object columns.
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    cosmicBboy committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    4b4a5fb View commit details
    Browse the repository at this point in the history