CSV vs XML parsing speed Python

unargibsvil

New Member
For a project I'm working on I need to digest large data feeds which are available in either CSV or XML formats and import the data into Django models. Which format should I choose for performance?
 
Back
Top