48
edits
(Created page with "== Summary == Currently, input offers two export formats for the user feedback data. The data is exported in from of TSV coded tables: * ''opinions.tsv.bz2'' offers the everyth...") |
(→Summary: Added feedback URLs) |
||
| Line 3: | Line 3: | ||
Currently, input offers two export formats for the user feedback data. The data is exported in from of TSV coded tables: | Currently, input offers two export formats for the user feedback data. The data is exported in from of TSV coded tables: | ||
* ''opinions.tsv.bz2'' offers the everything but ratings | * ''[http://input.mozilla.com/data/opinions.tsv.bz2 opinions.tsv.bz2]'' offers the everything but ratings | ||
* ''ratings.tsv.bz2'' has the ratings data | * ''[http://input.mozilla.com/data/ratings.tsv.bz2 ratings.tsv.bz2]'' has the ratings data | ||
Both tables from a '''1:n''' relationship and can be joined using the first column (the opinion id). Both tables are compressed using bzip2, so decode them e.g. using ''bunzip2''. | Both tables from a '''1:n''' relationship and can be joined using the first column (the opinion id). Both tables are compressed using bzip2, so decode them e.g. using ''bunzip2''. | ||
edits