From #25334, it seems that we have a regression for the pandas parser for the following dataset. ```python from sklearn.datasets import fetch_openml wine_reviews = fetch_openml(data_id=42074, as_frame=True, parser="pandas") # pandas.errors.ParserError: Error tokenizing data. C error: Expected 10 fields in line 2, saw 15 ```