Skip to content

Commit 16ac0d0

Browse files
committed
Expose prepare_df_for_output as part of public API
Another convenience/helper function.
1 parent a92c990 commit 16ac0d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ica/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
get_dataframes,
99
output_results,
1010
pipe_lambda,
11+
prepare_df_for_output,
1112
)
1213
from ica.exceptions import (
1314
BaseAnalyzerException,

0 commit comments

Comments
 (0)