Path: blob/master/Data Science Essentials for Data Analysts/EDA Report Technology Trends .ipynb
3074 views
Kernel: Python 3 (ipykernel)
In [1]:
In [3]:
Out[3]:
In [2]:
Out[2]:
Dataset Information:
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 3000 entries, 0 to 2999
Data columns (total 10 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 Year 3000 non-null int64
1 Technology 3000 non-null object
2 Category 3000 non-null object
3 Popularity_Index 3000 non-null float64
4 Growth_Rate 3000 non-null float64
5 Usage 3000 non-null int64
6 Market_Share 3000 non-null float64
7 Region 3000 non-null object
8 Industry 3000 non-null object
9 Comments 3000 non-null object
dtypes: float64(3), int64(2), object(5)
memory usage: 234.5+ KB
None
Summary Statistics:
Year Popularity_Index Growth_Rate Usage Market_Share
count 3000.000000 3000.000000 3000.000000 3000.000000 3000.000000
mean 2015.993333 50.300724 0.130376 495705.509667 25.078948
std 3.748774 28.952742 5.727954 285066.826091 14.522436
min 2010.000000 0.018671 -9.999599 1597.000000 0.001629
25% 2013.000000 25.270949 -4.734733 255163.750000 12.507861
50% 2016.000000 50.648571 0.174553 494828.000000 24.749080
75% 2019.000000 75.997921 5.119626 741175.000000 37.873498
max 2022.000000 99.989729 9.996769 999955.000000 49.998547
Missing Values:
Year 0
Technology 0
Category 0
Popularity_Index 0
Growth_Rate 0
Usage 0
Market_Share 0
Region 0
Industry 0
Comments 0
dtype: int64
In [ ]: