How to read garbled csv files by numpy

how numpy reads garbled csv files, the csv file itself is garbled, as shown in the figure.

clipboard.png

np.loadtxt( "f.csv" , dtype=str,delimiter=",", unpack=True)

clipboard.png

Mar.15,2021
Menu