diff --git a/2-Working-With-Data/translations/README.es.md b/2-Working-With-Data/translations/README.es.md
index e69de29b..354c68fd 100644
--- a/2-Working-With-Data/translations/README.es.md
+++ b/2-Working-With-Data/translations/README.es.md
@@ -0,0 +1,17 @@
+# Trabajando con datos
+
+
+> Fotografia de Alexander Sinn on Unsplash
+
+En estas lecciones, aprenderás algunas de las formas para manejar datos, también aprenderás a manipularlos y usarlos en aplicaciones. Aprendera sobre bases de datos relacionales y no relacionales así como también almacenar datos en estas. Veremos los fundamentos de Python para poder administrar datos y extraerlos.
+
+### Temas
+
+1. [Bases de datos relacionales](05-relational-databases/README.md)
+2. [Bases de datos no relacionales](06-non-relational/README.md)
+3. [Trabajando con Python](07-python/README.md)
+4. [Preparando datos](08-data-preparation/README.md)
+
+### Créditos
+
+Estas lecciones fueron escritas con ❤️ por [Christopher Harrison](https://twitter.com/geektrainer), [Dmitry Soshnikov](https://twitter.com/shwars) y [Jasmine Greenaway](https://twitter.com/paladique)