DEV Community

Cover image for Process big CSV Files (local or remote) in Django/Python
Sm0ke
Sm0ke

Posted on • Originally published at blog.appseed.us

Process big CSV Files (local or remote) in Django/Python

Hello coders! This article presents a tool incorporated in the Django AdminLTE, a premium starter crafted by AppSeed.

Here is the transcript of the video material:

  • Inspect the tool in the console by printing all available options
  • Execute the tool using a distant CSV file with ~800 rows: Titanic.csv
  • Inspect the generated code that mirrors the CSV structure: Model & Form
  • Load the information from the CSV in the Database in less than 30 seconds
  • Manage the information (search, filter, edit) using the Dynamic DataTable - module (also included in the product)


For the full list of features or support feel free to access the links:

Top comments (0)