how to avoid reading particular row based on its value in python pandas code example
Example: pandas read csv skip first line
pandas.read_csv(filepath_or_buffer, skiprows=N, ....)
pandas.read_csv(filepath_or_buffer, skiprows=N, ....)