python - pandas read_csv running continuously -


ideally below lines should read 2 lines file. code working fine on system giving issue on amazon virtual machine.(process taking gbs of memory not completed running 2 lines) have python 64 bit installed on both system & pandas present. import pandas pd file1_read=pd.read_csv('d:\huge_csv\ubsrtoubsr_acctpgp_first.csv',nrows=2,sep=',|\|',engine='python')


Comments

Popular posts from this blog

linux - Could not find a package configuration file provided by "Qt5Svg" -

simple.odata.client - Simple OData Client Unlink -