Skip to content

Add headerless variants of CSV and TSV formats #92

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

Merged
merged 1 commit into from
Jul 10, 2025

Conversation

rolandwalker
Copy link
Contributor

@rolandwalker rolandwalker commented Jul 10, 2025

Description

Add headerless variants of existing CSV and TSV formats

  • csv-noheader
  • csv-tab-noheader
  • tsv_noheader

Some formats seem to use dashes whereas other formats use underscores. Underscores should probably be preferred, and even better would be to accept both.

Checklist

  • I've added this contribution to the CHANGELOG.
  • I've added my name to the AUTHORS file (or it's already there).
  • I installed pre-commit hooks (pip install pre-commit && pre-commit install), and ran black on my code.
  • Please squash merge this pull request (uncheck if you'd like us to merge as multiple commits)

@rolandwalker rolandwalker force-pushed the RW/add-headerless-csv-formats branch from bd9beb8 to f0aad9f Compare July 10, 2025 11:08
@rolandwalker rolandwalker changed the title Add headerless variants of CSV formats Add headerless variants of CSV and TSV formats Jul 10, 2025
 * csv-noheader
 * csv-tab-noheader
 * tsv_noheader

Some formats seem to use dashes whereas other formats use underscores.
Underscores should probably be preferred, and even better would be to
accept both.
@rolandwalker rolandwalker force-pushed the RW/add-headerless-csv-formats branch from f0aad9f to 3f8ae6d Compare July 10, 2025 11:08
@rolandwalker rolandwalker self-assigned this Jul 10, 2025
@rolandwalker rolandwalker requested a review from amjith July 10, 2025 11:10
@rolandwalker rolandwalker merged commit be9bfcc into main Jul 10, 2025
2 checks passed
@rolandwalker rolandwalker deleted the RW/add-headerless-csv-formats branch July 10, 2025 14:55
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