As part of a new effort, the Indian government is trying to curb the rising number of tied-up apps due to the availability of millions of pre-installed apps. As per a report by the Economic Times, the ministry of electronics and information technology has issued a circular that will guide the process of the removal of pre-installed apps.
The circular is aimed at making way for new apps from the makers of the smartphone. With
Can’t remove your pre-installed apps? One country is taking actionHadlee Simons2 minutes ago#
We can see that the majority of the apps are highly rated with only a few exceptions in the low-rated apps.
# Average rating of apps avg_app_rating = apps['Rating'].mean() print('Average app rating = ', avg_app_rating) # Distribution of apps according to their ratings data = [go.Histogram( x = apps['Rating'] )] # Vertical dashed