LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
versioneer.py
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/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_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/cond/__init__.py
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/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_encode.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