Skip to content

Commit

Permalink
Update link dataset Titanic
Browse files Browse the repository at this point in the history
  • Loading branch information
barbarasilveiraf committed May 20, 2020
1 parent 18653f3 commit a47e8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial_base.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"user": "<<<<user>>>>"
}
```
5. The first step in creating our project is to load the database. In this tutorial we will use the Titanic dataset. For that we load it in the class ``Spreadsheet`` in the method ``get_data`` as follows the example below:
5. The first step in creating our project is to load the database. In this tutorial we will use the [Titanic dataset](https://www.kaggle.com/c/titanic/data). For that we load it in the class ``Spreadsheet`` in the method ``get_data`` as follows the example below:

```python
def get_data(self, path)->pd.DataFrame:
Expand Down

0 comments on commit a47e8d1

Please sign in to comment.