.codecov.yml
.coveragerc
.gitattributes
.gitignore
.ignore
.readthedocs.mkdocs.yml
.readthedocs.yml
.shellcheckrc
LICENSE
MANIFEST.in
README.rst
mit_license_badge.svg
mkdocs.yml
pyproject.toml
pytest.ini
pytest_osx.ini
setup.cfg
setup.py
versioneer.py
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/PULL_REQUEST_TEMPLATE.md
.github/deploy-gh-pages.sh
.github/issue_template.md
.github/lint-markdown.sh
.github/stale.yml
.github/ISSUE_TEMPLATE/Bug_report.md
.github/ISSUE_TEMPLATE/Feature_request.md
.github/workflows/checkdocs.yml
.github/workflows/lint.yml
.github/workflows/test.yml
dev/scripts/check_series_transform_discovery.py
docs/index.md
docs/more.md
docs/develop/adhoc.md
docs/develop/custom.md
docs/images/gsdf1.png
docs/images/gsdf2.png
docs/images/gsdf3.png
docs/images/logo.png
docs/images/pdpipe_code.png
docs/images/pdpipe_name_square.png
docs/images/pdpipe_row.png
docs/images/skintegrate_df1.png
docs/images/skintegrate_post_test_X.png
docs/images/skintegrate_post_train_X.png
docs/images/white_logo.png
docs/images/white_logo.svg
docs/mkdocs/requirements.txt
docs/mkdocs/css/admonitions.css
docs/mkdocs/css/custom.css
docs/mkdocs/css/extra.css
docs/mkdocs/css/termynal.css
docs/mkdocs/js/custom.js
docs/mkdocs/js/termynal.js
docs/reference/basic.md
docs/reference/col_generation.md
docs/reference/cond.md
docs/reference/core.md
docs/reference/cq.md
docs/reference/fly.md
docs/reference/nltk.md
docs/reference/skintegrate.md
docs/reference/sklearn.md
docs/reference/text.md
docs/reference/wrappers.md
docs/starting/cond.md
docs/starting/cq.md
docs/starting/first_use.md
docs/starting/fly.md
docs/starting/install.md
docs/starting/pipelines.md
docs/starting/stages.md
docs/starting/types.md
docs/starting/wrappers.md
docs/tutorials/building_pipelines.md
docs/tutorials/custom_stages.md
docs/tutorials/half.md
docs/tutorials/index.md
docs/tutorials/skintegrate.md
docs/tutorials/standard_df.md
notebooks/basic_example.ipynb
notebooks/context_enrichment.ipynb
notebooks/decompose.ipynb
notebooks/erroes and messages.ipynb
notebooks/pipeline_and_model.ipynb
notebooks/pipeline_and_model_with_train_test.ipynb
notebooks/tokenization_and_sklearn.ipynb
notebooks/bug reproduction/debug_germanlinarespardo.ipynb
notebooks/bug reproduction/debug_germanlinarespardo2.ipynb
notebooks/bug reproduction/path_import_bug_reproduce.ipynb
pdpipe/__init__.py
pdpipe/_version.py
pdpipe/basic_stages.py
pdpipe/cfg.py
pdpipe/col_generation.py
pdpipe/cond.py
pdpipe/core.py
pdpipe/cq.py
pdpipe/exceptions.py
pdpipe/fly.py
pdpipe/lbl.py
pdpipe/nltk_stages.py
pdpipe/rq.py
pdpipe/shared.py
pdpipe/skintegrate.py
pdpipe/sklearn_stages.py
pdpipe/text_stages.py
pdpipe/types.py
pdpipe/util.py
pdpipe/wrappers.py
pdpipe.egg-info/PKG-INFO
pdpipe.egg-info/SOURCES.txt
pdpipe.egg-info/dependency_links.txt
pdpipe.egg-info/requires.txt
pdpipe.egg-info/top_level.txt
pdpipe/df/__init__.py
pdpipe/df/bound_column_potential.py
pdpipe/df/df.py
pdpipe/df/df_transformer.py
pdpipe/df/func_lists.py
pdpipe/df/series_from_df.py
tests/__init__.py
tests/conftest.py
tests/test_util.py
tests/basic_stages/__init__.py
tests/basic_stages/test_app_context_enricher.py
tests/basic_stages/test_col_drop.py
tests/basic_stages/test_col_dtype_enforcer.py
tests/basic_stages/test_col_rename.py
tests/basic_stages/test_col_reorder.py
tests/basic_stages/test_condition_validator.py
tests/basic_stages/test_drop_duplicates.py
tests/basic_stages/test_dropna.py
tests/basic_stages/test_freq_drop.py
tests/basic_stages/test_row_drop.py
tests/basic_stages/test_schematize.py
tests/basic_stages/test_set_index.py
tests/basic_stages/test_val_drop.py
tests/basic_stages/test_val_keep.py
tests/col_generation/test_aggbycols.py
tests/col_generation/test_applybycols.py
tests/col_generation/test_applytorows.py
tests/col_generation/test_bin.py
tests/col_generation/test_colbyframefunc.py
tests/col_generation/test_log.py
tests/col_generation/test_mapcolvals.py
tests/col_generation/test_onehotencode.py
tests/compound/test_attribute_stages.py
tests/cond/__init__.py
tests/cond/cond_example.md
tests/cond/custom_tests.py
tests/cond/test_cond_example.py
tests/cond/test_cond_unit_tests.py
tests/core/__init__.py
tests/core/test_adhoc_stage.py
tests/core/test_app_context.py
tests/core/test_columns_based_pipeline_stage.py
tests/core/test_pipeline.py
tests/core/test_pipeline_stage.py
tests/cq/__init__.py
tests/cq/test_cq_unit_tests.py
tests/df/__init__.py
tests/df/test_bound_col_poten.py
tests/df/test_df.py
tests/fly/__init__.py
tests/fly/test_fly.py
tests/helpers/pdptestutil.py
tests/lbl/__init__.py
tests/lbl/test_drop_labels_by_values.py
tests/nltk_stages/__init__.py
tests/nltk_stages/test_nltk.py
tests/nltk_stages/test_rare.py
tests/nltk_stages/test_snowball.py
tests/other/__init__.py
tests/other/sklearn_pipe.py
tests/performance/__init__.py
tests/performance/test_issue_29.py
tests/rq/__init__.py
tests/rq/test_rq_unit.py
tests/shared/__init__.py
tests/shared/test_shared.py
tests/skintegrate/__init__.py
tests/skintegrate/test_pdpipeline_and_sklearn_estimator.py
tests/sklearn_stages/__init__.py
tests/sklearn_stages/test_decompose.py
tests/sklearn_stages/test_encode.py
tests/sklearn_stages/test_encode_label.py
tests/sklearn_stages/test_scale.py
tests/sklearn_stages/test_tfidf_vectorize_token_list.py
tests/text_stages/__init__.py
tests/text_stages/test_drop_tokens_by_length.py
tests/text_stages/test_drop_tokens_by_list.py
tests/text_stages/test_regex_replace.py
tests/wrappers/__init__.py
tests/wrappers/test_fitonly.py