标签: python python-3.x pandas
我有一个2835 MB的大CSV文件(303354,3553)行和列。我试图用以下方式阅读:
expanded_codes = pd.read_csv("DxCodeModel.csv", dtype = np.string_)
耗费大量时间并最终抛出MemoryError。有没有办法阅读这么大的文件?