Skip to content

Commit

Permalink
Added a dataset and updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
screwgoth committed Jun 1, 2020
1 parent 929b609 commit d34a65b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
*~
*~
.ipynb_checkpoints
11 changes: 11 additions & 0 deletions datasets/Data.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Country,Age,Salary,Purchased
France,44,72000,No
Spain,27,48000,Yes
Germany,30,54000,No
Spain,38,61000,No
Germany,40,,Yes
France,35,58000,Yes
Spain,,52000,No
France,48,79000,Yes
Germany,50,83000,No
France,37,67000,Yes

0 comments on commit d34a65b

Please sign in to comment.