algebra-club / TaguPy

MIT License
1 stars 0 forks source link

🎉 add EDA analyzer #32

Open taka-sho opened 3 years ago

taka-sho commented 3 years ago

What

EDA(探索的データ解析)の機能を追加する. 主にpandasのラッピングを行う.

Why

初歩的だが重要なデータ解析の機能として必須だから

codecov-commenter commented 3 years ago

Codecov Report

Merging #32 (97af8e0) into main (46dff61) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #32   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        16    +1     
  Lines          136       202   +66     
=========================================
+ Hits           136       202   +66     
Impacted Files Coverage Δ
tagupy/design/analyzer/__init__.py 100.00% <100.00%> (ø)
tagupy/design/analyzer/_eda.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 46dff61...97af8e0. Read the comment docs.