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

2

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:

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay