Datos y registros oficiales

UCI ML Repository

archive.ics.uci.edu

Datos y registros oficialesfree

Archivo veterano de datasets de referencia para machine learning. Cada página de dataset documenta variables y procedencia: importa la página, no el CSV en bruto.

Each dataset page documents the variables, collection method, and known issues, which is what you want in a notebook explaining a classic dataset like Iris or Adult Income rather than just handing over numbers with no context. It fits teaching notebooks that walk through a specific algorithm or feature-engineering problem. Most of the datasets are small, tabular, and decades old at this point, so it won't help with anything needing modern-scale or unstructured data.

Abrir UCI ML Repository

Importar a Gemini Notebook

  1. 1Copia el enlace de arriba (o una página específica del sitio).
  2. 2En tu cuaderno, haz clic en Añadir fuente → Sitio web.
  3. 3Pega el enlace y confirma: puedes pegar varios a la vez, uno por línea.

Gemini Notebook es una herramienta de lectura, no una hoja de cálculo: aliméntalo con informes escritos y páginas de resumen, no con archivos CSV sin procesar, y pregúntale sobre lo que dicen los documentos.

Más fuentes de datos y registros oficiales