Closed vitaminace33 closed 2 years ago
Merging #183 (07ed819) into master (e86b1ce) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #183 +/- ##
=======================================
Coverage 36.29% 36.29%
=======================================
Files 43 43
Lines 2240 2240
=======================================
Hits 813 813
Misses 1427 1427
Impacted Files | Coverage Δ | |
---|---|---|
src/abstract_datasets.jl | 21.87% <ø> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
thanks!
yrw :D
The specific behavior of the
as_df
keyword stated in the docstring template for specific fields is contrary to the keyword's main description, the keyword meaning and to its actual behavior:as_df=false
for plain arrays,as_df=true
for dataframes.