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

backport(fix-csv): As an AB I can't skip rows based on “Line numbers to skip (0-indexed)[TCTC-7097] (#638) #641

Merged
merged 2 commits into from
Nov 15, 2023

Conversation

Sanix-Darker
Copy link
Contributor

@Sanix-Darker Sanix-Darker commented Nov 15, 2023

WHAT

A backport of #638

HOW

  • fix: skiprows can be a given list
  • feat: adapt tests for csv_meta changes
  • feat: to keep the 0-indexed feature
  • chore(doc): update the CHANGELOG
  • feat: to keep column names, even with the provided 0-indexed values

…exed)[TCTC-7097] (#638)

* fix: skiprows can be a given list

* feat: adapt tests for csv_meta changes

* feat: to keep the 0-indexed feature

* chore(doc): update the CHANGELOG

* feat: to keep column names, even with the provided 0-indexed values
@Sanix-Darker Sanix-Darker self-assigned this Nov 15, 2023
Copy link

codecov bot commented Nov 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b686cef) 100.00% compared to head (2ee88d7) 100.00%.

Additional details and impacted files
@@              Coverage Diff               @@
##           release/v0.9      #641   +/-   ##
==============================================
  Coverage        100.00%   100.00%           
==============================================
  Files                19        19           
  Lines               845       850    +5     
==============================================
+ Hits                845       850    +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Sanix-Darker Sanix-Darker changed the title fix: As an AB I can't skip rows based on “Line numbers to skip (0-indexed)[TCTC-7097] (#638) backport(fix-csv): As an AB I can't skip rows based on “Line numbers to skip (0-indexed)[TCTC-7097] (#638) Nov 15, 2023
@Sanix-Darker Sanix-Darker marked this pull request as ready for review November 15, 2023 12:02
@Sanix-Darker Sanix-Darker merged commit 04fbfd1 into release/v0.9 Nov 15, 2023
5 checks passed
@Sanix-Darker Sanix-Darker deleted the backport-f8ef branch November 15, 2023 15:44
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