pmorissette / ffn

ffn - a financial function library for Python
pmorissette.github.io/ffn
MIT License
1.94k stars 291 forks source link

dedup data with same index #139

Closed changlan closed 3 years ago

changlan commented 3 years ago

135 did not really fix the issue https://github.com/pmorissette/bt/issues/279, so proposing a follow-up fix.

codecov-io commented 3 years ago

Codecov Report

Merging #139 (ca2c364) into master (d8374c6) will decrease coverage by 0.16%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
- Coverage   62.20%   62.03%   -0.17%     
==========================================
  Files           4        4              
  Lines        1098     1101       +3     
==========================================
  Hits          683      683              
- Misses        415      418       +3     
Impacted Files Coverage Δ
ffn/data.py 22.78% <0.00%> (-0.90%) :arrow_down:

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 d8374c6...ca2c364. Read the comment docs.

timkpaine commented 3 years ago

moved to #140