Merge pull request #124 from feizheng10/save_dfs

refactoring saved df files
This commit is contained in:
Cole Ramos
2023-05-10 10:43:00 -05:00
committed by GitHub
melakukan 8f9f607083
4 mengubah file dengan 30 tambahan dan 24 penghapusan
+6
Melihat File
@@ -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,