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

Update README.md by adding html2parquet KFP and Code_pofiler transform to the table #717

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The matrix below shows the the combination of modules and supported runtimes. Al
| **Data Ingestion** | | | | |
| [Code (from zip) to Parquet](transforms/code/code2parquet/python/README.md) | :white_check_mark: | :white_check_mark: | | :white_check_mark: |
| [PDF to Parquet](transforms/language/pdf2parquet/python/README.md) | :white_check_mark: | :white_check_mark: | | :white_check_mark: |
| [HTML to Parquet](transforms/language/html2parquet/python/README.md) | :white_check_mark: | :white_check_mark: | | |
| [HTML to Parquet](transforms/language/html2parquet/python/README.md) | :white_check_mark: | :white_check_mark: | | :white_check_mark: |
| **Universal (Code & Language)** | | | | |
| [Exact dedup filter](transforms/universal/ededup/ray/README.md) | :white_check_mark: | :white_check_mark: | | :white_check_mark: |
| [Fuzzy dedup filter](transforms/universal/fdedup/ray/README.md) | | :white_check_mark: | | :white_check_mark: |
Expand All @@ -156,6 +156,7 @@ The matrix below shows the the combination of modules and supported runtimes. Al
| [Header cleanser](transforms/code/header_cleanser/python/README.md) | :white_check_mark: | :white_check_mark: | | :white_check_mark: |
| [Semantic file ordering](transforms/code/repo_level_ordering/ray/README.md) | | :white_check_mark: | | |
| [License Select Annotation](transforms/code/license_select/python/README.md) | :white_check_mark: | :white_check_mark: | | :white_check_mark: |
| [Code profiler](transforms/code/code_profiler/README.md) | :white_check_mark: | :white_check_mark: | | |


Contributors are welcome to add new modules to expand to other data modalities as well as add runtime support for existing modules!
Expand Down