Skip to content

Commit 2479da9

Browse files
committed
Initial commit
1 parent 24a8e83 commit 2479da9

21 files changed

+109837
-0
lines changed

datasets/ds1.jpg

84.1 KB
Loading

datasets/ds2.jpg

82.6 KB
Loading

datasets/mycsv.csv

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dates,day,temp,wind-speed
2+
02-01-12,sunny,45,12
3+
03-01-12,rainy,46,34
4+
04-01-12,hot,47,45
5+
05-01-12,sunny,48,56
6+
06-01-12,hot,49,67

datasets/mycsv_few_columns.csv

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
day,temp,wind-speed
2+
sunny,45,12
3+
rainy,46,34
4+
hot,47,45
5+
sunny,48,56
6+
hot,49,67

datasets/myexcel.xls

5.5 KB
Binary file not shown.

datasets/season.csv

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
dates,day,temp,wind-speed
2+
2/1/2012,sunny,45,12
3+
3/1/2012,rainy,46,34
4+
4/1/2012,hot,47,45
5+
5/1/2012,NaN,NaN,56
6+
6/1/2012,hot,49,Not available
7+
7/1/2012,NaN,NaN,Not available
8+
8/1/2012,hot,12,45
9+
9/1/2012,rainy,23,41
10+
10/1/2012,NaN,NaN,NaN
11+
11/1/2012,NaN,NaN,NaN

datasets/titanic.xls

9.5 KB
Binary file not shown.

datasets/travel.csv

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Age,Name,No_of_pkg,Package,travel_id
2+
20yrs,Bikash Kumar,1 packages,$100 ,1
3+
21yrs,Ashish Shaw,5 packages,$200 ,2
4+
23years,Dipak Kumar,2pkgs,$100 ,3
5+
20 Years,John Doe,3 pkgs,$100 ,4
6+
2000,Elisha,5000,$400 ,5
7+
5000,Md Shahid,10 packages,$200 ,6
8+
21 yrs,Adrika Roy,7pkgs,$300 ,7
9+
24 yrs,Shashi Kumar,2000,$500 ,8

datasets/weather-dataset.zip

2.23 MB
Binary file not shown.

datasets/weather.csv

+96,454
Large diffs are not rendered by default.

datasets/weather_and_house.xls

5.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)