Skip to content

Where to put different (tabular) data files? #6

@hoijui

Description

@hoijui

Type of files

Two specific types I am thinking of:

  • gathered data from:
    • measurements
    • simulations which are too costly to run on the fly or (often) in CI
    • interviews
    • survey
  • manually assembled data, like:
    • a list of file extensions, with info denoting whether they are text or binary formats
    • A CSV table describing a standard, like the ones in the repo

Storage locations - Ideation

  1. A separate data folder
    • data/measurement/forcesX.csv
    • data/simulation/stress1.csv
    • data/simulation/stress2.csv
    • data/survey1.csv
  2. A sub-folder under res
    • res/data/measurement/forcesX.csv
    • res/data/simulation/stress1.csv
    • res/data/simulation/stress2.csv
    • res/data/survey1.csv

General or specific folder name(s)

data is of course a very general term, that strictly speaking,
would apply to almost anything in a repo anyway.
something like sheet or tabular on the other hand,
seems too specific and overly-focused on the format,
which is assumed to be 2D table,
while we might also want to include more (or less) dimensions then 2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationhelp wantedExtra attention is neededquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions