larray.read_eurostat
- larray.read_eurostat(filepath_or_buffer, **kwargs) Array [source]
Read EUROSTAT TSV (tab-separated) file into an array.
EUROSTAT TSV files are special because they use tabs as data separators but comas to separate headers.
- Parameters
- filepath_or_bufferstr or any file-like object
Path where the tsv file has to be read or a file handle.
- kwargs
Arbitrary keyword arguments are passed through to read_csv.
- Returns
- Array