Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add three points on README #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down