Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dscoool authored Sep 23, 2023
1 parent 20bd0d7 commit 646a5ed
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tennis.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
outlook,temp,humidity,windy,play
sunny,hot,high,false,no
sunny,hot,high,true,no
overcast,hot,high,false,yes
rainy,mild,high,false,yes
rainy,cool,normal,false,yes
rainy,cool,normal,true,no
overcast,cool,normal,true,yes
sunny,mild,high,false,no
sunny,cool,normal,false,yes
rainy,mild,normal,false,yes
sunny,mild,normal,true,yes
overcast,mild,high,true,yes
overcast,hot,normal,false,yes
rainy,mild,high,true,no

0 comments on commit 646a5ed

Please sign in to comment.