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

[WIP] summarize function #1230

Closed
wants to merge 65 commits into from
Closed

[WIP] summarize function #1230

wants to merge 65 commits into from

Commits on Jan 9, 2023

  1. implement summarize

    samukweku committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    3d561c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. add examples to docs

    samukweku committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    54dd609 View commit details
    Browse the repository at this point in the history
  2. changelog

    samukweku committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f023ded View commit details
    Browse the repository at this point in the history
  3. fix docs examples output

    samukweku committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d38a0ad View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

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

Commits on Jan 16, 2023

  1. get rid of nested dictionary

    samuel.oranyeli committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    0de0eb7 View commit details
    Browse the repository at this point in the history
  2. fix docs

    samuel.oranyeli committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    912a29f View commit details
    Browse the repository at this point in the history
  3. fix doctest failures

    samuel.oranyeli committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    3602166 View commit details
    Browse the repository at this point in the history
  4. remove checks from dict

    samuel.oranyeli committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    dcbf1e4 View commit details
    Browse the repository at this point in the history
  5. separate string function calls

    samuel.oranyeli committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    614821d View commit details
    Browse the repository at this point in the history
  6. add doc for scalar

    samuel.oranyeli committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    32a3893 View commit details
    Browse the repository at this point in the history
  7. docs update

    samuel.oranyeli committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    23f1bda View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. updates

    samukweku committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    9fe446a View commit details
    Browse the repository at this point in the history
  2. add examples to docs

    samukweku committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    65ac43b View commit details
    Browse the repository at this point in the history
  3. fix docs examples output

    samukweku committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    ea5bc26 View commit details
    Browse the repository at this point in the history
  4. get rid of nested dictionary

    samuel.oranyeli authored and samukweku committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    b0f3f4c View commit details
    Browse the repository at this point in the history
  5. fix docs

    samuel.oranyeli authored and samukweku committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    014fa82 View commit details
    Browse the repository at this point in the history
  6. fix doctest failures

    samuel.oranyeli authored and samukweku committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    5195716 View commit details
    Browse the repository at this point in the history
  7. remove checks from dict

    samuel.oranyeli authored and samukweku committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    940c74f View commit details
    Browse the repository at this point in the history
  8. separate string function calls

    samuel.oranyeli authored and samukweku committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    81913a7 View commit details
    Browse the repository at this point in the history
  9. add doc for scalar

    samuel.oranyeli authored and samukweku committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    9fb43cf View commit details
    Browse the repository at this point in the history
  10. docs update

    samuel.oranyeli authored and samukweku committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    e98ea56 View commit details
    Browse the repository at this point in the history
  11. use only tuples

    samukweku committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    a256a1a View commit details
    Browse the repository at this point in the history
  12. keep docs simple

    samukweku committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    51dc068 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    38a3d67 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b916077 View commit details
    Browse the repository at this point in the history
  15. remove extras from docs

    samukweku committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    9fe111c View commit details
    Browse the repository at this point in the history
  16. cater for dataframes

    samukweku committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    b4c14f2 View commit details
    Browse the repository at this point in the history
  17. more info in docs

    samukweku committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    de3a760 View commit details
    Browse the repository at this point in the history
  18. remove irrelevant code

    samukweku committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    d3959b8 View commit details
    Browse the repository at this point in the history
  19. setup SD like an expression

    samukweku committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    6e54180 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    19b2bf7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2a51c94 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. implement col class

    samukweku committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    53e24ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4c6570 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Merge branch 'samukweku/summarise' of https://github.com/pyjanitor-de…

    …vs/pyjanitor into samukweku/summarise
    samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    c96651b View commit details
    Browse the repository at this point in the history
  2. docs update

    samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    6ff312f View commit details
    Browse the repository at this point in the history
  3. fix error message

    samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    31f615b View commit details
    Browse the repository at this point in the history
  4. add more tests

    samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    4fad0d6 View commit details
    Browse the repository at this point in the history
  5. minor edits

    samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    3fceb3a View commit details
    Browse the repository at this point in the history
  6. update docs

    samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    66d6738 View commit details
    Browse the repository at this point in the history
  7. changelog

    samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    f0e79ba View commit details
    Browse the repository at this point in the history
  8. update code in summarize

    samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    3830311 View commit details
    Browse the repository at this point in the history
  9. update code in summarize

    samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    376c4db View commit details
    Browse the repository at this point in the history
  10. use only tuples

    samukweku authored and samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    76b4f85 View commit details
    Browse the repository at this point in the history
  11. add details for by parameter

    samukweku authored and samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    44ca5f2 View commit details
    Browse the repository at this point in the history
  12. add details for by parameter

    samukweku authored and samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    a2abb81 View commit details
    Browse the repository at this point in the history
  13. setup SD like an expression

    samukweku authored and samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    266d185 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ca69f72 View commit details
    Browse the repository at this point in the history
  15. implement col class

    samukweku authored and samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ed2e413 View commit details
    Browse the repository at this point in the history
  16. fix error message

    samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    40e5e16 View commit details
    Browse the repository at this point in the history
  17. add more tests

    samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    188b2d3 View commit details
    Browse the repository at this point in the history
  18. changelog

    samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    a9e0712 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    564298e View commit details
    Browse the repository at this point in the history
  20. fix test failure

    samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    270f02c View commit details
    Browse the repository at this point in the history
  21. fix docs

    samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    69db380 View commit details
    Browse the repository at this point in the history
  22. fix docstring

    samuel.oranyeli committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    4885a5d View commit details
    Browse the repository at this point in the history
  23. remove duplicates

    samukweku committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    2348441 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. rejig logic

    samukweku committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    48f0442 View commit details
    Browse the repository at this point in the history
  2. isort

    samukweku committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a57e2fe View commit details
    Browse the repository at this point in the history
  3. remove dead code

    samukweku committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    59f8de1 View commit details
    Browse the repository at this point in the history
  4. add extra to docs

    samukweku committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    e01a7c6 View commit details
    Browse the repository at this point in the history
  5. add more examples

    samukweku committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4fbc82f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d170de2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ca01c9 View commit details
    Browse the repository at this point in the history