common-voice / cv-dataset

Metadata and versioning details for the Common Voice dataset
https://commonvoice.mozilla.org/datasets
Mozilla Public License 2.0
141 stars 15 forks source link

A small request for column & field naming #34

Open HarikalarKutusu opened 3 months ago

HarikalarKutusu commented 3 months ago

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.