Extracts the data portion of an MSCI TSV file—skipping header noise—and reads it as a two-column table containing a date and a numeric value.
Details
The function filters lines beginning with a digit (date rows) or the literal
"Date", then parses them using a fixed %m/%d/%Y date format and a numeric
second field.
See also
Other fund/index file readers:
read_timeseries(),
read_timeseries_excel()
