From 914e9e845d68374dbb839038ffa225b1047f375f Mon Sep 17 00:00:00 2001 From: arthurgriloss <76848350+arthurgriloss@users.noreply.github.com> Date: Sat, 2 Jan 2021 11:48:35 +0100 Subject: [PATCH] Update README.md --- Courses/Analizing Data with Python/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Courses/Analizing Data with Python/README.md b/Courses/Analizing Data with Python/README.md index 5ff05bf..c5a17c8 100644 --- a/Courses/Analizing Data with Python/README.md +++ b/Courses/Analizing Data with Python/README.md @@ -3,6 +3,9 @@ This folder contains some code developed as exercise during the course (DA0101EN) Analyzing Data with Python by IBM at edX. The codes developed here were **not** developed by me from beginning to end, but completed with the intention of fix the knowledge adquired and developed. +### Expected results + + ## Motivation Learn how to code and visualize data with python for data science further projects with the support of some python libraries as pandas and matplotlib. -- GitLab