Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Implemented dropmissing functionality#21

Merged
quinnj merged 5 commits into
JuliaData:mainfrom
TheRoniOne:main
Aug 18, 2021
Merged

Implemented dropmissing functionality#21
quinnj merged 5 commits into
JuliaData:mainfrom
TheRoniOne:main

Conversation

@TheRoniOne

@TheRoniOne TheRoniOne commented Aug 14, 2021

Copy link
Copy Markdown
Contributor

Attempt to solve #7

Dropping rows with missing values can be seen as a special case of filtering, so I just had to develop a function that handles that case and integrate it with the filter function we already had.

Made some tests to prove all was working as expected and a docstring for the dropmissing function to help keep things clear.

@codecov

codecov Bot commented Aug 18, 2021

Copy link
Copy Markdown

Codecov Report

Merging #21 (be86f52) into main (cfd038f) will increase coverage by 0.71%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
+ Coverage   89.90%   90.62%   +0.71%     
==========================================
  Files           1        1              
  Lines         218      224       +6     
==========================================
+ Hits          196      203       +7     
+ Misses         22       21       -1     
Impacted Files Coverage Δ
src/TableOperations.jl 90.62% <100.00%> (+0.71%) ⬆️

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 cfd038f...be86f52. Read the comment docs.

@quinnj

quinnj commented Aug 18, 2021

Copy link
Copy Markdown
Member

This looks great! Thanks!

@quinnj quinnj merged commit e945919 into JuliaData:main Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants