If you want to analyze data in Python, you'll want to become familiar with pandas, as it makes data analysis so much easier. The DataFrame is the primary data format you'll interact with. Here's how ...
<class 'pandas.core.frame.DataFrame'> RangeIndex: 5000 entries, 0 to 4999 Data columns (total 20 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 age 5000 non-null int64 1 ...