Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dataframe incorrectly parse CSV when renameDuplicatedColumns is true #7242

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

asmirnov82
Copy link
Contributor

Fixes #7240

Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.83%. Comparing base (e14f22f) to head (ff6545f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7242   +/-   ##
=======================================
  Coverage   68.83%   68.83%           
=======================================
  Files        1453     1453           
  Lines      271562   271574   +12     
  Branches    28094    28094           
=======================================
+ Hits       186928   186946   +18     
+ Misses      77415    77409    -6     
  Partials     7219     7219           
Flag Coverage Δ
Debug 68.83% <100.00%> (+<0.01%) ⬆️
production 63.35% <100.00%> (+<0.01%) ⬆️
test 89.04% <100.00%> (+<0.01%) ⬆️

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

Files with missing lines Coverage Δ
src/Microsoft.Data.Analysis/DataFrame.IO.cs 83.50% <100.00%> (ø)
...Microsoft.Data.Analysis.Tests/DataFrame.IOTests.cs 99.14% <100.00%> (+<0.01%) ⬆️

... and 7 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataFrame when parsing a CSV incorrectly detects a column type when renameDuplicatedColumns is true
1 participant