data = """ ,, ,, a,b,c ,, 4,7,10 5,8,11 6,9,12 """
from io import StringIO pd.read_csv( StringIO(data), skiprows=[4], header=2 )