INTRODUCTION
Data science is the study of data to extract meaningful insights for business. It is a multidisciplinary approach that combines principles and practices from the fields of mathematics, statistics, artificial intelligence, and computer engineering to analyze large amounts of data.
Watch On Youtube 😃👇
https://www.youtube.com/watch?v=d8u2eoSB3Vo
Complete Data Science Project 2024
SOURCE CODE 😃👇
#import packages
import pandas as pd
from pytrends.request import TrendReq
import matplotlib.pyplot as plt
trends=TrendReq
#GOOGLE SEARCH ANALYSIS
pytrends.build_payload(kw_list=["AI"])
data=pytrends.interest_by_region()
data=data.sort_values(by="AI" , ascending=False)
data=data.head(10)
print(data)
#VISUALISATION FOR GOOGLE SEARCH YEAR
data=TrendReq(hl='en-US',tz=360)
data.build_payload(kw_list=["python"])
data=data.interest_over_time()
fig,ax=plt.subplots(figsize=(15,12))
data['python'].plot()
plt.style.use('fivethirtyeight')
plt.title('Total Searches')
plt.xlabel('Year')
plt.ylabel('Total Count')
plt.show()
FOLLOW US :
1.FREETECH YOUTUBE CHANNEL →
https://www.youtube.com/@FREETECH-xu1ob
2. ALL PRODUCTS →
https://linktr.ee/rockstararun
3. ALL COURSES →
https://linktr.ee/Freetech2024
GAMING LAPTOP 😊🔥:
No comments:
Post a Comment