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

Addition of isnull, isna, notnull, notna, idxmax, idxmin, kurt and sem functions #30

Merged
merged 8 commits into from
Jun 11, 2024

Commits on Feb 9, 2024

  1. Added null check methods (#27)

    * Added initial isnull isna and notna implementations and tests
    
    * Proper alias, added tests and documentation
    
    * Reworked tests and added notnull method
    nipsn authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    460a218 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Add kurt and sem functions (#32)

    * Added implementation of kurt function (#23)
    
    * Added implementation of sem function (#22)
    
    * Refactored kurt and sem functions
    
    ---------
    
    Co-authored-by: Miguel Gómez <miguel.gomez@hablapps.com>
    Co-authored-by: Francisco Tórtola Vivo <francisco.tortola@hablapps.com>
    3 people authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    bb1549a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ef4142 View commit details
    Browse the repository at this point in the history
  3. Added idxmax implementation (#25)

    * Added idxmax implementation, tests and documentation
    
    * fix error change python version in documentation
    
    * Change implementation, add tests and improve documentation
    
    * fix typo error
    
    * Alternative implementation of idxmax (#33)
    
    Co-authored-by: Jesús López-González <jesus.lopez@habla.dev>
    
    ---------
    
    Co-authored-by: Jesús López-González <github.bogus571@passmail.net>
    Co-authored-by: Jesús López-González <jesus.lopez@habla.dev>
    Co-authored-by: Jesús López-González <jesus.lopez.gonzalez+dev@pm.me>
    4 people authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4f59edd View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into feature/pandas-api-2nd-block-extra

    Jesús López-González committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f51a061 View commit details
    Browse the repository at this point in the history
  5. Reordered nb documentation

    nipsn committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0019cab View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    79c30fc View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    8c317cb View commit details
    Browse the repository at this point in the history