diff --git a/README.md b/README.md index 43a23d1..20ad6f7 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,15 @@ In this project is going to make an example with pandas' library in Python. Will see the differences between Series and DataFrame: - - **Series**: Is a unidimensional array with indexation. Similar to dictionary. - - **DataFrame**: Data structure similar to excel or SQL table. - +- **Series**: Is a unidimensional array with indexation. Similar to dictionary. +- **DataFrame**: Data structure similar to excel or SQL table. -For this example i used the "MovieLens" data set that contains information of users, films and ratings. +For this example i used the "MovieLens" data set that contains information of users, films and ratings... ## Prerequisites + Is necessary to install next libraries (with pip): + ```bash $ pip install pandas $ pip install numpy