I have a csv file that looks like this:
TEST 2012-05-01 00:00:00.203 ON 1 2012-05-01 00:00:11.203 OFF 0 2012-05-01 00:00:22.203 ON 1 2012-05-01 00:00
http://pandas.pydata.org/pandas-docs/stable/generated/pandas.io.parsers.read_csv.html?highlight=read_csv#pandas.io.parsers.read_csv
skiprows : list-like or integer Row numbers to skip (0-indexed) or number of rows to skip (int)
Pass [0, 6] to skip rows with "TEST".
[0, 6]