CSV Import System Designer
Create a robust CSV import system with this AI prompt, ensuring data integrity, error handling, and user feedback.
What this prompt does
- Guides the user in creating a robust CSV import function using Python and pandas.
- Ensures data integrity, error handling, and user feedback are prioritized in the import process.
- Provides step-by-step instructions for implementing industry best practices in CSV import systems.
How to use this prompt
- Fill in the [My database type], [My expected CSV structure], [My database table schema], [My typical file sizes], and [My Python environment] placeholders with your specific database type, CSV columns and data types, target table structure and constraints, expected CSV file sizes, and Python vers…
- Example: "My database type is PostgreSQL. My expected CSV structure includes columns for 'id' (integer), 'name' (string), and 'date' (date). My database table schema includes a primary key constraint on 'id'. My typical file sizes range from 1000 to 100K rows. My Python environment is Python 3.8 …
Free prompt — copy, paste and run. Part of the Coding prompts collection in the God of Prompt library.