Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add polars support for
janitor.io.xlsx_table
(#1357)
* add make_clean_names function that can be applied to polars * add examples for make_clean_names * changelog * limit import location for polars * limit import location for polars * fix polars in environment-dev.yml * install polars in doctest * limit polars imports - user should have polars already installed * use subprocess.run * add subprocess.devnull to docstrings * add subprocess.devnull to docstrings * add subprocess.devnull to docstrings * add subprocess.devnull to docstrings * add os.devnull * add polars as requirement for docs * add polars to tests requirements * delete irrelevant folder * changelog * create submodule for polars * fix doctests * fix tests; add polars to documentation * fix tests; add polars to documentation * import janitor.polars * control docs output for polars submodule * exclude functions in docs rendering * exclude functions in docs rendering * show_submodules=true * fix docstring rendering for polars * Expression -> expression * rename functions.py * pivot_longer implemented for polars * changelog * keep changes related only to pivot_longer * pd -> pl * pd -> pl * df.pivot_longer -> df.janitor.pivot_longer * df.pivot_longer -> df.janitor.pivot_longer * pd -> pl * pd -> pl * add >>> df * add >>> df * keep changes related only to polars pivot_longer * add polars support to read_commandline * remove irrelevant files * minor edit to docs * xlsx_table now supports polars --------- Co-authored-by: samuel.oranyeli <[email protected]> Co-authored-by: Eric Ma <[email protected]>
- Loading branch information