You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Python users currently need to rely on YAML/config files for defining data preprocessing pipelines, which can be cumbersome for interactive experimentation and native Python workflows.
Describe the solution you'd like
A fluent Python interface (DataPipe) that enables chaining of data processing operations (split-transform-encode) while maintaining compatibility with existing config-based workflows. The interface should provide a clear pipeline construction pattern similar to Nextflow processes but in native Python.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Python users currently need to rely on YAML/config files for defining data preprocessing pipelines, which can be cumbersome for interactive experimentation and native Python workflows.
Describe the solution you'd like
A fluent Python interface (
DataPipe
) that enables chaining of data processing operations (split-transform-encode) while maintaining compatibility with existing config-based workflows. The interface should provide a clear pipeline construction pattern similar to Nextflow processes but in native Python.The text was updated successfully, but these errors were encountered: