Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
funpack
Commits
91c5ace6
Commit
91c5ace6
authored
Jun 27, 2022
by
Paul McCarthy
🚵
Browse files
DOC: formatting
parent
1bdefcb1
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
funpack/custom.py
View file @
91c5ace6
...
...
@@ -12,18 +12,24 @@ and for cleaning and processing.
The following plugin types currently exist:
+-------------------+-------------------------------------------------------+
| Plugin type | |
+-------------------+-------------------------------------------------------|
| ``sniffer`` | Return information about the columns in a file |
| ``loader`` | Load data from a file |
| ``cleaner`` | Run a cleaning function on a single column |
| ``processor`` | Run a processing function on one or more data columns |
| ``metaproc`` | Run a function on a :class:`.Column` ``metadata`` |
| | value |
| ``formatter`` | Format a column for output |
| ``exporter`` | Export the processed data set |
+-------------------+-------------------------------------------------------+
+-------------------+-------------------------------------------------------+
| Plugin type | |
+===================+=======================================================+
| ``sniffer`` | Return information about the columns in a file |
+-------------------+-------------------------------------------------------+
| ``loader`` | Load data from a file |
+-------------------+-------------------------------------------------------+
| ``cleaner`` | Run a cleaning function on a single column |
+-------------------+-------------------------------------------------------+
| ``processor`` | Run a processing function on one or more data columns |
+-------------------+-------------------------------------------------------+
| ``metaproc`` | Run a function on a :class:`.Column` ``metadata`` |
| | value |
+-------------------+-------------------------------------------------------+
| ``formatter`` | Format a column for output |
+-------------------+-------------------------------------------------------+
| ``exporter`` | Export the processed data set |
+-------------------+-------------------------------------------------------+
To ensure that the ``funpack`` command line help and generated documentation
...
...
@@ -53,7 +59,6 @@ form::
import
importlib.util
as
imputil
import
os.path
as
op
import
functools
as
ft
import
re
import
sys
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment