-
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.
statistics visualize
: 実績作業時間あたりの生産性の算出方法を変更する (#1133)
* 計測作業時間の実際の値を出力 * 不要な設定を廃止 * update * format * 微修正 * 計測作業時間を出力 * update test data * 修正 * 実績作業時間の修正 * 標準偏差を出す
- Loading branch information
1 parent
6b1023a
commit 177b297
Showing
12 changed files
with
333 additions
and
143 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 |
---|---|---|
|
@@ -31,6 +31,7 @@ | |
"Dataframe", | ||
"dateutil", | ||
"ddof", | ||
"Downcasting", | ||
"dropna", | ||
"dryrun", | ||
"dtype", | ||
|
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
234 changes: 208 additions & 26 deletions
234
annofabcli/statistics/visualization/dataframe/user_performance.py
Large diffs are not rendered by default.
Oops, something went wrong.
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
32 changes: 16 additions & 16 deletions
32
tests/data/stat_visualization/visualization-dir/ユーザ_日付list-作業時間.csv
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
date,user_id,username,biography,actual_worktime_hour,monitored_worktime_hour,monitored_annotation_worktime_hour,monitored_inspection_worktime_hour,monitored_acceptance_worktime_hour | ||
2021-11-01,AE,AE,category-KK,3,2.35747638888889,2.35747638888889,0,0 | ||
2021-11-01,OW,OW,category-KT,5.16666666666667,4.37651388888889,3.43365333333333,0,0.942860555555555 | ||
2021-11-01,KX,KX,category-KT,3.75,1.61257861111111,1.61257861111111,0,0 | ||
2021-11-02,AE,AE,category-KK,2.5,2.33247083333333,2.33247083333333,0,0 | ||
2021-11-02,OW,OW,category-KT,4.83333333333333,4.56632861111111,4.14881194444445,0,0.417516666666667 | ||
2021-11-02,KX,KX,category-KT,0,1.71704527777778,1.71704527777778,0,0 | ||
2021-11-02,EM,EM,category-KT,0,1.59044583333333,0.1913825,0,1.39906333333333 | ||
2021-11-03,EM,EM,category-KT,3,0.846563611111111,0.846563611111111,0,0 | ||
2021-11-04,AE,AE,category-KK,2,1.90333416666667,1.90333416666667,0,0 | ||
2021-11-04,OW,OW,category-KT,5.5,5.42994055555556,3.75310444444445,0,1.67683611111111 | ||
2021-11-04,KX,KX,category-KT,2,1.61104777777778,1.61104777777778,0,0 | ||
2021-11-04,EM,EM,category-KT,3.75,4.790775,3.73020194444444,0,1.06057305555556 | ||
2021-11-05,AE,AE,category-KK,1,1.0133925,1.0133925,0,0 | ||
2021-11-05,OW,OW,category-KT,5.16666666666667,5.04375055555556,3.25301527777778,0,1.79073527777778 | ||
2021-11-05,KX,KX,category-KT,2.5,0.902265833333333,0.902265833333333,0,0 | ||
date,account_id,user_id,username,biography,actual_worktime_hour,monitored_worktime_hour,monitored_annotation_worktime_hour,monitored_inspection_worktime_hour,monitored_acceptance_worktime_hour | ||
2021-11-01,AE,AE,AE,category-KK,3,2.357476389,2.357476389,0,0 | ||
2021-11-01,OW,OW,OW,category-KT,5.166666667,4.376513889,3.433653333,0,0.942860556 | ||
2021-11-01,KX,KX,KX,category-KT,3.75,1.612578611,1.612578611,0,0 | ||
2021-11-02,AE,AE,AE,category-KK,2.5,2.332470833,2.332470833,0,0 | ||
2021-11-02,OW,OW,OW,category-KT,4.833333333,4.566328611,4.148811944,0,0.417516667 | ||
2021-11-02,KX,KX,KX,category-KT,0,1.717045278,1.717045278,0,0 | ||
2021-11-02,EM,EM,EM,category-KT,0,1.590445833,0.1913825,0,1.399063333 | ||
2021-11-03,EM,EM,EM,category-KT,3,0.846563611,0.846563611,0,0 | ||
2021-11-04,AE,AE,AE,category-KK,2,1.903334167,1.903334167,0,0 | ||
2021-11-04,OW,OW,OW,category-KT,5.5,5.429940556,3.753104444,0,1.676836111 | ||
2021-11-04,KX,KX,KX,category-KT,2,1.611047778,1.611047778,0,0 | ||
2021-11-04,EM,EM,EM,category-KT,3.75,4.790775,3.730201944,0,1.060573056 | ||
2021-11-05,AE,AE,AE,category-KK,1,1.0133925,1.0133925,0,0 | ||
2021-11-05,OW,OW,OW,category-KT,5.166666667,5.043750556,3.253015278,0,1.790735278 | ||
2021-11-05,KX,KX,KX,category-KT,2.5,0.902265833,0.902265833,0,0 |
Oops, something went wrong.