Skip to content
Advertisement

Tag: dataframe

Command Line: Python program says “Killed”

I’m extracting xml data from 465 webpages ,and parsing and storing it in “.csv” file using python dataframe. After running the program for 30 mins, the program saves “200.csv” files and kills itself. The command line execution says “Killed”. But when I run the program for first 200 pages and rest of 265 pages for extraction separately, it works well.

Advertisement