diff --git a/2-Working-With-Data/README.md b/2-Working-With-Data/README.md
index cf215d2..d9da57b 100644
--- a/2-Working-With-Data/README.md
+++ b/2-Working-With-Data/README.md
@@ -1,7 +1,9 @@
# Working with Data
-[Brief description about the lessons in this section]
-
+![data love](images/data-love.jpg)
+> Photo by Alexander Sinn on Unsplash
+
+In these lessons, you will learn some of the ways that data can be managed, manipulated, and used in applications. You will learn about relational and non-relational databases and how data can be stored in them. You'll learn the fundamentals of working with Python to manage data, and you'll discover some of the many ways that you can work with Python to manage and mine data.
### Topics
1. [Relational databases](05-relational-databases/README.md)
diff --git a/2-Working-With-Data/images/data-love.jpg b/2-Working-With-Data/images/data-love.jpg
new file mode 100644
index 0000000..f3fc3c5
Binary files /dev/null and b/2-Working-With-Data/images/data-love.jpg differ