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
Post a Comment