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

A small request for column & field naming #34

Open
HarikalarKutusu opened this issue Aug 1, 2024 · 0 comments
Open

A small request for column & field naming #34

HarikalarKutusu opened this issue Aug 1, 2024 · 0 comments

Comments

@HarikalarKutusu
Copy link

  • clip_durations.tsv contains two columns: clip and duration[ms]
  • "non-binary": 0,

duration[ms] and non-binary can be a nuisance when manipulating data. It is better to use standardized naming, such as duration_ms and non_binary, which will be compatible with any system (e.g. databases, variables in any language etc).

I extensively use/manipulate all data and for such cases I sometimes have to write special code.

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

No branches or pull requests

1 participant