(In Jupyter Notebook)
raw_data_np = np.genfromtxt(“loan-data.csv”, delimiter = ‘;’, skip_header = 1, autostrip = True)
raw_data_np
the error is: ‘gbk’ codec can’t decode byte 0xfe in position 341: illegal multibyte sequence
-In Jupyter Notebook-
raw_data_np = np.genfromtxt(“loan-data.csv”, delimiter = ‘;’, skip_header = 1, autostrip = True)
raw_data_np
the error is: ‘gbk’ codec can’t decode byte 0xfe in position 341: illegal multibyte sequence
Carl Gomez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.