<class 'pandas.core.frame.DataFrame'>
RangeIndex: 1000 entries, 0 to 999
Data columns (total 13 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 fage 886 non-null float64
1 mage 1000 non-null int64
2 mature 1000 non-null object
3 weeks 1000 non-null int64
4 premie 1000 non-null object
5 visits 944 non-null float64
6 gained 958 non-null float64
7 weight 1000 non-null float64
8 lowbirthweight 1000 non-null object
9 sex 1000 non-null object
10 habit 981 non-null object
11 marital 1000 non-null object
12 whitemom 1000 non-null object
dtypes: float64(4), int64(2), object(7)
memory usage: 101.7+ KB