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

polars xlsx_cells #1358

Merged
merged 61 commits into from
Jun 3, 2024
Merged

polars xlsx_cells #1358

merged 61 commits into from
Jun 3, 2024

Commits on Apr 19, 2024

  1. add make_clean_names function that can be applied to polars

    samuel.oranyeli committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    862c7dd View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. add examples for make_clean_names

    samuel.oranyeli committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    01531cc View commit details
    Browse the repository at this point in the history
  2. changelog

    samuel.oranyeli committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    0fb440e View commit details
    Browse the repository at this point in the history
  3. limit import location for polars

    samuel.oranyeli committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    5e944b2 View commit details
    Browse the repository at this point in the history
  4. limit import location for polars

    samuel.oranyeli committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    501d9c6 View commit details
    Browse the repository at this point in the history
  5. fix polars in environment-dev.yml

    samuel.oranyeli committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    9506832 View commit details
    Browse the repository at this point in the history
  6. install polars in doctest

    samuel.oranyeli committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    1ae8edd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b1829b View commit details
    Browse the repository at this point in the history
  8. use subprocess.run

    samuel.oranyeli committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    52fd80c View commit details
    Browse the repository at this point in the history
  9. add subprocess.devnull to docstrings

    samuel.oranyeli committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    2dce78b View commit details
    Browse the repository at this point in the history
  10. add subprocess.devnull to docstrings

    samuel.oranyeli committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    37b3feb View commit details
    Browse the repository at this point in the history
  11. add subprocess.devnull to docstrings

    samuel.oranyeli committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    0953f2d View commit details
    Browse the repository at this point in the history
  12. add subprocess.devnull to docstrings

    samuel.oranyeli committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    d7c71b6 View commit details
    Browse the repository at this point in the history
  13. add os.devnull

    samuel.oranyeli committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    40b8502 View commit details
    Browse the repository at this point in the history
  14. add polars as requirement for docs

    samuel.oranyeli committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    4f11d09 View commit details
    Browse the repository at this point in the history
  15. add polars to tests requirements

    samuel.oranyeli committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    54b179c View commit details
    Browse the repository at this point in the history
  16. delete irrelevant folder

    samuel.oranyeli committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    25b39b9 View commit details
    Browse the repository at this point in the history
  17. changelog

    samuel.oranyeli committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    a09f34b View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. create submodule for polars

    samuel.oranyeli committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    1b375f8 View commit details
    Browse the repository at this point in the history
  2. fix doctests

    samuel.oranyeli committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    799532f View commit details
    Browse the repository at this point in the history
  3. fix tests; add polars to documentation

    samuel.oranyeli committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    dbce4b9 View commit details
    Browse the repository at this point in the history
  4. fix tests; add polars to documentation

    samuel.oranyeli committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    1c642e6 View commit details
    Browse the repository at this point in the history
  5. import janitor.polars

    samuel.oranyeli committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    407d21b View commit details
    Browse the repository at this point in the history
  6. control docs output for polars submodule

    samuel.oranyeli committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    aedfc65 View commit details
    Browse the repository at this point in the history
  7. exclude functions in docs rendering

    samuel.oranyeli committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    db9b486 View commit details
    Browse the repository at this point in the history
  8. exclude functions in docs rendering

    samuel.oranyeli committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    6a91e67 View commit details
    Browse the repository at this point in the history
  9. show_submodules=true

    samuel.oranyeli committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    7a88078 View commit details
    Browse the repository at this point in the history
  10. fix docstring rendering for polars

    samuel.oranyeli committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    6d7885e View commit details
    Browse the repository at this point in the history
  11. Expression -> expression

    samuel.oranyeli committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    944fa02 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    b9aefaa View commit details
    Browse the repository at this point in the history
  2. rename functions.py

    samuel.oranyeli committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e9c370a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. pivot_longer implemented for polars

    samuel.oranyeli committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ee66d2a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. changelog

    samuel.oranyeli committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    959b082 View commit details
    Browse the repository at this point in the history
  2. keep changes related only to pivot_longer

    samuel.oranyeli committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3177503 View commit details
    Browse the repository at this point in the history
  3. pd -> pl

    samuel.oranyeli committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ee899b2 View commit details
    Browse the repository at this point in the history
  4. pd -> pl

    samuel.oranyeli committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8ea9b71 View commit details
    Browse the repository at this point in the history
  5. df.pivot_longer -> df.janitor.pivot_longer

    samuel.oranyeli committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d12ae1a View commit details
    Browse the repository at this point in the history
  6. df.pivot_longer -> df.janitor.pivot_longer

    samuel.oranyeli committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    652f3e3 View commit details
    Browse the repository at this point in the history
  7. pd -> pl

    samuel.oranyeli committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9b9c1a9 View commit details
    Browse the repository at this point in the history
  8. pd -> pl

    samuel.oranyeli committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    69c273f View commit details
    Browse the repository at this point in the history
  9. add >>> df

    samuel.oranyeli committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b3391e8 View commit details
    Browse the repository at this point in the history
  10. add >>> df

    samuel.oranyeli committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4ffaac5 View commit details
    Browse the repository at this point in the history
  11. keep changes related only to polars pivot_longer

    samuel.oranyeli committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1de57bb View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. add polars support to read_commandline

    samuel.oranyeli committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e495790 View commit details
    Browse the repository at this point in the history
  2. remove irrelevant files

    samuel.oranyeli committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a5c331a View commit details
    Browse the repository at this point in the history
  3. minor edit to docs

    samuel.oranyeli committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4d9c35f View commit details
    Browse the repository at this point in the history
  4. xlsx_table now supports polars

    samuel.oranyeli committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3b781c1 View commit details
    Browse the repository at this point in the history
  5. xlsx_cells now supports polars

    samuel.oranyeli committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5364f8d View commit details
    Browse the repository at this point in the history
  6. changelog

    samuel.oranyeli committed May 1, 2024
    Configuration menu
    Copy the full SHA
    bceefe8 View commit details
    Browse the repository at this point in the history
  7. docs fix

    samuel.oranyeli committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f6795f8 View commit details
    Browse the repository at this point in the history
  8. docs fix

    samuel.oranyeli committed May 1, 2024
    Configuration menu
    Copy the full SHA
    0264109 View commit details
    Browse the repository at this point in the history
  9. docs fix

    samuel.oranyeli committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d580316 View commit details
    Browse the repository at this point in the history
  10. docs fix

    samuel.oranyeli committed May 1, 2024
    Configuration menu
    Copy the full SHA
    de59dfa View commit details
    Browse the repository at this point in the history
  11. docs fix

    samuel.oranyeli committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9de6065 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 10, 2024

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

Commits on May 19, 2024

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

Commits on May 23, 2024

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

Commits on May 27, 2024

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

Commits on Jun 2, 2024

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

Commits on Jun 3, 2024

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