-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ Export the content of a SQLite database to an Excel file and the result images ( | |
export_zip db_path(default ~/experiment.db) output_dir(default ./) | ||
``` | ||
### db_merge | ||
Merge two SQLite databases. The two database must have the same structure for current version. | ||
Merge the second db to the first db SQLite databases. The two database must have the same structure for current version. | ||
```shell | ||
db_merge db_path_destination db_path_source | ||
``` | ||
|
@@ -87,9 +87,9 @@ The only necessary column for detail table is the detail id (which can be set au | |
# Future Plan | ||
|
||
- [x] Web UI Visualization | ||
- [x] Commonly Used Analyze Tools | ||
- [ ] Experiment Summary Report Generate | ||
- [ ] Commonly Used Analyze Fuctions | ||
- [ ] Bug fix & performence improving | ||
- [ ] Bug fix & performance improving | ||
|
||
# Contact | ||
My email is [email protected]. If you have any question or advice, please contact me. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,7 @@ | |
"xlsxwriter", | ||
"numpy", | ||
"matplotlib", | ||
"seaborn", | ||
"streamlit>=1.39.0" | ||
], | ||
python_requires='>=3.9', | ||
|