Merge pull request #124 from feizheng10/save_dfs
refactoring saved df files
This commit is contained in:
@@ -476,6 +476,12 @@ def parse(my_parser):
|
||||
default=2,
|
||||
help="\t\tSpecify the decimal to display. (DEFAULT: 2)",
|
||||
)
|
||||
analyze_group.add_argument(
|
||||
"--save-dfs",
|
||||
dest="df_file_dir",
|
||||
metavar="",
|
||||
help="\t\tSpecify the dirctory to save analysis dataframe csv files.",
|
||||
)
|
||||
analyze_group.add_argument(
|
||||
"--cols",
|
||||
type=int,
|
||||
|
||||
Reference in New Issue
Block a user