Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opening tsv format Eurostat data

Tags:

file-io

csv

I've been trying to open this data: http://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing?sort=1&file=data%2Fdemo_gind.tsv.gz. I've already unzipped it and get the tsv file, but when I opened it in gedit, it looks like a binary file. Could anybody help me to open this file?

like image 586
hans-t Avatar asked Aug 12 '26 09:08

hans-t


1 Answers

The file is correctly formatted even if not so readable for human beings.

TSV is a file extension for a tab-delimited file used with spreadsheet software. TSV stands for Tab Separated Values. TSV files are used for raw data and can be imported into and exported from spreadsheet software. TSV files are essentially text files, and the raw data can be viewed by text editors, though they are often used when moving raw data between spreadsheets.

You can import it inside Excel or Open Office. Otherwise you may convert it by using online service (example google sheets).

like image 111
aberna Avatar answered Aug 15 '26 19:08

aberna



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!