Python Pandas read csv common problems

specify data types

low memory

txt ca

pd.read_csv(workingDir + “qs.” + str(NassNames) + “.txt”, sep=’\t’, dtype=object, header=0, low_memory=False, chunksize=20000, encoding = “ISO-8859-1”):

Leave a Reply

Your email address will not be published. Required fields are marked *