This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ╔═══════════════════════════════════════════════════════════════════╗ | |
| # ║ DEMARRAGE RAPIDE ║ | |
| # ║ 1. python diagnose_csv.py --input votre_fichier.csv ║ | |
| # ║ 2. Copiez le profil genere dans COLUMN_PROFILES ci-dessous ║ | |
| # ║ 3. Verifiez DATA_SOURCES (chemin, separateur, encodage) ║ | |
| # ║ 4. python app.py → http://localhost:8050 ║ | |
| # ╚═══════════════════════════════════════════════════════════════════╝ | |
| # ============================================================================= | |
| # CONFIG.PY — Configuration centrale FLEXIBLE |