queryverse / queryverse/CSVFiles.jl

Add support for DAT files

Open
#95 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
52
Forks
12
Avg merge
18h 21m
Merged PRs (30d)
3

Description

It would be convenient to have a support for DAT files with the .dat extension and with space/tab separators.
The CSVFiles package can already be used to read the space-separated columns (spacedelim=true) but it looks strange when you have to name such files with the .csv extension.
image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting how CSVFiles.jl maps file extensions to readers and how the existing spacedelim=true option handles space- and tab-separated data. Done means .dat files are recognized and read with those separators without requiring a .csv extension; add or update tests if the repository has coverage for extension handling.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
data
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.