I have checked that this issue has not already been reported. I have confirmed this bug exists on the latest version of pandas. Code Sample, a copy-pastable example import io import pandas as pd content = """\ 6,5;3,3 3,4;1,0 """ pd.read...
Steps/Code to Reproduce Here's the data files to reproduce: sklearn_data.pkl.zip # Load in datawithopen("sklearn_data.pkl","rb")asf:objects=pickle.load(f)# > objects.keys()# dict_keys(['estimator', 'X', 'y', 'scoring', 'cv', 'n_jobs'])estimator=objects["estimator"]X=objec...