🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili
hard

Data Cleaning Strategy Synthesizer

#data-science #preprocessing #python #pandas

Generates a step-by-step data cleaning and preprocessing strategy for messy datasets.

I have a dataset that contains the following issues: [LIST ISSUES e.g., 20% missing values in column X, inconsistent date formats, categorical data with high cardinality, and several outliers in column Y]. Act as a Senior Data Scientist and outline a comprehensive, step-by-step strategy to clean and preprocess this data for a regression model. Provide code snippets using Python and Pandas to illustrate the most complex steps, specifically focusing on handling missing data without dropping rows and encoding high-cardinality categorical variables.