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

c - zlib and gdi32 with OpenSSL? -

java - inputmismatch exception -

ios - Align baselines with characters in large line heights with Text Kit -