dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9.02k stars 1.88k forks source link

Append dataframe rows based on column names #6808

Closed asmirnov82 closed 1 year ago

asmirnov82 commented 1 year ago

Fixes #6806

codecov[bot] commented 1 year ago

Codecov Report

Merging #6808 (4a61397) into main (d9dbf99) will decrease coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #6808      +/-   ##
==========================================
- Coverage   68.99%   68.99%   -0.01%     
==========================================
  Files        1237     1237              
  Lines      253532   253558      +26     
  Branches    26541    26542       +1     
==========================================
- Hits       174935   174932       -3     
- Misses      71649    71672      +23     
- Partials     6948     6954       +6     
Flag Coverage Δ
Debug 68.99% <100.00%> (-0.01%) :arrow_down:
production 63.55% <100.00%> (-0.02%) :arrow_down:
test 88.86% <100.00%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage
src/Microsoft.Data.Analysis/DataFrame.cs 100.00%
src/Microsoft.Data.Analysis/DataFrameRow.cs 100.00%
...st/Microsoft.Data.Analysis.Tests/DataFrameTests.cs 100.00%