🏠 Inicio
Pruebas de rendimiento
📊 Todos los benchmarks 🦖 Dinosaurio v1 🦖 Dinosaurio v2 ✅ Aplicaciones To-Do List 🎨 Páginas libres creativas 🎯 FSACB - Showcase definitivo 🌍 Benchmark de traducción
Modelos
🏆 Top 10 modelos 🆓 Modelos gratuitos 📋 Todos los modelos ⚙️ Kilo Code
Recursos
💬 Biblioteca de prompts 📖 Glosario de IA 🔗 Enlaces útiles
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.