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

Implement Automated Readability Index, Closes #20 ; new PR; Waiting until Checking for NaNs is implemented. #74

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 12, 2020

  1. Implement Automated Readability Index, Closes jbesomi#20

    New pull request from jbesomi#46 as we had some Git problems.
    
    Input checking done with pd.api.types.is_string_dtype. Not a
    permanent solution, will be improved by jbesomi#60 etc.
    
    Co-authored-by: Maximilian Krahn <maximilian.krahn@icloud.com>
    henrifroese and mk2510 committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    ec2dfa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28235d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Improve Automated Readability Index

    Better check for NaNs and non-string values at the beginning.
    
    Additional test in test_visualization for NaNs.
    henrifroese committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    c7b6320 View commit details
    Browse the repository at this point in the history