I am somehow having difficulty reading in this file into python with pandas read_table function. http://www.ssc.wisc.edu/~bhansen/econometrics/invest.dat
This is my code:
pd.read_table(f,skiprows=[0], sep="")
Which yields error:
TypeError: ord() expected a character, but string of length 0 found