df.info()
<class 'pandas.core.frame.DataFrame'> RangeIndex: 16 entries, 0 to 15 Data columns (total 2 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 Number of Suppliers 16 non-null int64 1 Carbon Emissions from Suppliers (metric tons) 16 non-null int64 dtypes: int64(2) memory usage: 384.0 bytes
Hosted onDeepnote