标签: python python-3.x pandas dataframe
我的代码是:
pd.DataFrame(testMatrix, index = [0 for x in range(25000)], columns = testFeatureNames)
显示以下错误:
的MemoryError
testMatrix有25000行和56000列!
我该如何解决这个问题?