The data is 3.9 Kb in size. There are 100 rows and 4 columns (features). Of all 4 columns, 1 are discrete, 3 are continuous, and 0 are all missing. There are 48 missing values out of 400 data points.
Below is the structure of the data.
## 'data.frame': 100 obs. of 4 variables:
## $ Group: Factor w/ 5 levels "Group1","Group2",..: 2 2 4 1 1 5 5 2 4 NA ...
## $ Data1: int 1 1 NA 1 NA 1 1 0 NA NA ...
## $ Data2: num -0.817 -0.227 0.533 0.217 1.144 ...
## $ Data3: num 0.542 -2.576 -0.953 0.372 1.513 ...
The following graph shows the distribution of missing values.