Live Day 1- Exploratory Data Analysis And Stock Analysis With Time series Data

  Рет қаралды 153,663

Krish Naik

Krish Naik

Күн бұрын

Пікірлер: 147
@sourabh_bhatt
@sourabh_bhatt 2 жыл бұрын
I must say krish is doing this all for future data scientist. Great efforts sir. You each and every content is for future generations, for future data scientists. You are not creating videos, you are creating gems 💎
@balusister1991
@balusister1991 7 ай бұрын
Krish, you are really great teaching systematically and with ease of understanding. I paid lacs of rupees in one of IIIT, but they dont teach like this, and dont bother whether you learn or not. It goes as a self paced, and the code they have done very old. you are doing very great for many people. ❤❤❤thank you.
@vihaanmeshram-m5h
@vihaanmeshram-m5h 3 ай бұрын
I am watching this session in 2024 and this is so helpful for my master's project ,I am so thankful for krish teaching this session
@thumma19
@thumma19 2 жыл бұрын
Best Data Science teacher. 2 full days gone in just watching through all amazing tutorials
@debashissinha8489
@debashissinha8489 2 жыл бұрын
The way, simple and lucid manners he explains from complex to simple is outstanding !!
@harikishan80
@harikishan80 10 күн бұрын
Thanks for your wonderful sessions. 👍👍👍👍👍
@saisaravanank7820
@saisaravanank7820 2 жыл бұрын
Those who are trying with Google Colab. Execute this command first. pip install --upgrade pandas pip install --upgrade pandas-datareader
@subrahmanyamkesani7304
@subrahmanyamkesani7304 2 жыл бұрын
Thank you!!
@dhritiprasannapaul5836
@dhritiprasannapaul5836 2 жыл бұрын
Thanks man!!!!!
@orlykassa1559
@orlykassa1559 2 жыл бұрын
Thank you!!
@mdhabiburrahman6710
@mdhabiburrahman6710 2 жыл бұрын
Thank you!
@maxwellpatten9227
@maxwellpatten9227 2 жыл бұрын
This guy is excellent. Always a pleasure to watch his videos.
@vishnuprakash9196
@vishnuprakash9196 4 ай бұрын
Absolutely amazing lecture. Kept me engaged.
@VentureMLops
@VentureMLops Жыл бұрын
Thank you for supporting Ukraine. You are an amazing DS teacher!
@prashantpal3653
@prashantpal3653 5 ай бұрын
Amazing content... You are the person that motivates me to go for data science
@tagoreji2143
@tagoreji2143 2 жыл бұрын
Sir Thank you so much for this Informative Session. It was a Very good practical class.
@tagoreji2143
@tagoreji2143 2 жыл бұрын
I would like to notify you that the TSLA data in pd.data reader was changed but they made sure that the pattern looks the same. Thank you
@parthparmar3283
@parthparmar3283 9 ай бұрын
perfect session for time series loved it😊
@vadimcosman5480
@vadimcosman5480 2 жыл бұрын
Hmmm, expected more core content like (how to check for trends, seasons, cyclicity, what to do with them and why). As well, what about basic statistics? covariance, correlation, variance, missing values, outliers/anomalies?? Getting to understand if a specific value for a feature can happen/make sense. In the real world EDA would mean to do this before jumping into any modelling techniques. 😏
@saikiranmaddukuri3930
@saikiranmaddukuri3930 Жыл бұрын
great fan of you your videos are really helping me out
@bhabanisankardash7387
@bhabanisankardash7387 2 жыл бұрын
Grt work...Thank u for the contribution
@namratakasina1835
@namratakasina1835 2 жыл бұрын
Sir, pandas datareader is not working for google collab, what should be done?
@AbdikarimGedi-p9w
@AbdikarimGedi-p9w Жыл бұрын
Hi Mr. Krish, I would appreciate it if you could also teach us about recommender systems using a live session, similar to the Time Series session.
@ashutoshpandey1452
@ashutoshpandey1452 2 жыл бұрын
Amazing video krish..I JUST WANT TO THANK YOU..
@flutterflowhack
@flutterflowhack 2 жыл бұрын
I love your content . Thank you for doing this
@rsanjeevsingh
@rsanjeevsingh 2 жыл бұрын
Loved Time Resampling :)
@prajaktawarghat1850
@prajaktawarghat1850 2 жыл бұрын
Firstly Thank you so much sir for all😌In this video we are not able to increase quality of video as it's showing unavailable due to this reason it's blurred
@mbmathematicsacademic7038
@mbmathematicsacademic7038 3 ай бұрын
Appreciated Krish
@secretsoul9319
@secretsoul9319 2 жыл бұрын
Indebted🙏
@satyamishra9572
@satyamishra9572 2 жыл бұрын
we learn somthing new
@sakshipandey9499
@sakshipandey9499 3 ай бұрын
best lecture!
@samisyed5165
@samisyed5165 2 жыл бұрын
Im a beginner and i aspire to work as Data Scientist / in AI. i am Sami from Mumbai
@gauravfamily2209
@gauravfamily2209 Жыл бұрын
how to choose which function to use expanding and rolling for window size? pls guide me.
@hamzaarain4238
@hamzaarain4238 2 жыл бұрын
I m data scientist but still this help me alot
@EagleRaider7
@EagleRaider7 Жыл бұрын
@Krish Naik Sir, While trying the code, it's giving me the error. code: import pandas_datareader as pdr import pandas as pd import datetime as dt df = pdr.get_data_yahoo('MSFT') df.head() O/P: TypeError: string indices must be integers. How to fix it sir? it throws error after coming to the line "df = pdr.get_data_yahoo('MSFT')"
@c.nbhaskar4718
@c.nbhaskar4718 Жыл бұрын
import yfinance as yf # Define the ticker symbol for Tesla ticker = 'TSLA' # Fetch the data using yfinance tesla_data = yf.download(ticker) # Print the fetched data tesla_data
@sagaringale18
@sagaringale18 Жыл бұрын
@@c.nbhaskar4718 Thanks a lot
@YuvikaPothrapally-bj3gy
@YuvikaPothrapally-bj3gy 5 ай бұрын
@@c.nbhaskar4718thank you
@sangitamishra1730
@sangitamishra1730 2 жыл бұрын
Great 🙏
@testpurpose5845
@testpurpose5845 Жыл бұрын
at 58:19 , you can see the orange curve has some gap in the beginning and in the end . Tell why ?
@shaluyadav7961
@shaluyadav7961 Жыл бұрын
Loved the session..... awaiting for next session❤
@AiykRichie
@AiykRichie Жыл бұрын
Am not joining this live but am about working on a time series sales forecasting project and would really love to see how I can deploy it to production.
@adithyajob8728
@adithyajob8728 10 ай бұрын
awesome !
@dalaeenaveen4550
@dalaeenaveen4550 2 жыл бұрын
Yes Sir
@VajaGautamKamlesheeb
@VajaGautamKamlesheeb Жыл бұрын
hank you so much sir.
@piyushpawar75
@piyushpawar75 10 ай бұрын
I got an error while loading data set The error is 'string indices must be integers not str'
@gm9158
@gm9158 8 ай бұрын
The same error i m getting
@anushahullathi5918
@anushahullathi5918 7 ай бұрын
@@gm9158 Same error not even able to proceed
@marinathea990
@marinathea990 2 жыл бұрын
Thank you so much! I love it! I's so helpful!
@Ayoub.Naderei
@Ayoub.Naderei Ай бұрын
amazing man
@gh504
@gh504 2 жыл бұрын
Thank you so much sir. These live sessions are very helpful
@vedant510
@vedant510 2 жыл бұрын
How can this been done, if the dataset had 100s of stocks altogether? What procedure could be followed for that?
@deepsajwan
@deepsajwan 2 жыл бұрын
thanks Krish for the amazing session
@Lifechanging_shorts5
@Lifechanging_shorts5 Жыл бұрын
Pdr.get_data_yahoo('TSLA') Not able to fetch data, getting error that " string indices must be integers" could you please help me on this krish sir? How can I fix this error?
@maneeshyadav2697
@maneeshyadav2697 Жыл бұрын
import yfinance as yf yf.pdr_override() Data=pdr.get_data_yahoo('TSLA') Data.head() It will be work becoz i did it
@Vinzy2712_
@Vinzy2712_ Жыл бұрын
@@maneeshyadav2697 still not working brother
@chikezieezenna1629
@chikezieezenna1629 Жыл бұрын
@@maneeshyadav2697 still the same error.
@pujan2605
@pujan2605 10 ай бұрын
In real time do we need pandas data reader? As data reader is already having some data sources, can it be used when am trying to access some bank's data (say am working for a bank)?
@osikoyaadeola2530
@osikoyaadeola2530 2 жыл бұрын
Thank you so much sir. Very helpful.
@sa89879
@sa89879 2 жыл бұрын
Hi Krish or any one of the subscriber df_msft.plot() not showing the graph as like you did only empty frame created with date as x lim and price in y lim Please help me the plot function is not working for me since im using spyder ide is to so or i need tp work with jupyter note book
@Ro45256
@Ro45256 9 ай бұрын
Sir I'm getting this error while importing the dataset----> string indices must be integers, not 'str'
@nafeesamurad8268
@nafeesamurad8268 11 ай бұрын
I am getting error on accessing data. (df_tesla=pdr.get_data_yahoo('TSLA')): TypeError: string indices must be integers
@samadchauhan5963
@samadchauhan5963 8 ай бұрын
Then how u resolved the error?
@ashaythamankar4936
@ashaythamankar4936 6 ай бұрын
import yfinance as yf df_tesla = yf.download('TSLA',start= '2020-01-01', end = '2024-01-01') print(df_tesla) It worked for me
@srastiporwal6791
@srastiporwal6791 6 ай бұрын
Same error I too facing
@srastiporwal6791
@srastiporwal6791 6 ай бұрын
​@@ashaythamankar4936I tried this library it didn't worked
@mohammadbasheer6192
@mohammadbasheer6192 2 жыл бұрын
great session sir
@SachinModi9
@SachinModi9 2 жыл бұрын
HI Krish, I wonder how its showing date of 31st Dec 2022 on time 42:15?
@amikkhan-kh9nu
@amikkhan-kh9nu Жыл бұрын
sir i m getting a error in line no. 12 ( positional argument follows argument ) and second thing when i plot hole TSLA data in row it not showing year it show a value like 0 ,500,1000,1500,2000,2500 .
@rishabh3189
@rishabh3189 2 жыл бұрын
Hello Sir, While coding along with your video, I saw that the prices are touching the value in range of 800 in your screen, but when i checked tesla share price on internet, its all time high is only 409.97. When I am coding right now, my values are also coming in this range only having all time high of 409.97. Can you please tell why this variation is there in the values??
@aakuthotaharibabu8244
@aakuthotaharibabu8244 Жыл бұрын
this is because of stock split.
@sriramvaidyanathan5094
@sriramvaidyanathan5094 6 ай бұрын
someone help with the tesla dataset now not able to get
@GUSatyamTank
@GUSatyamTank 5 ай бұрын
yes also not getting data of any stock also i check doc
@prithwishchakraborty2286
@prithwishchakraborty2286 2 жыл бұрын
Sir 1 complain if viewing from mobile device your coding can't be seen due to subtitles
@mohammadbasheer6192
@mohammadbasheer6192 2 жыл бұрын
1. what is the benefit we get by rolling the data? 2. how will you decide the number of rolling data like rolling(11) or (10) and why
@croclist3171
@croclist3171 2 жыл бұрын
1. Benefit of rolling data is to check current trend, whether it is uptrend or downtrend . when you plot it (check 59:18) if stock data is above rolling data it means uptrend or viceversa 2. Deciding the number of rolling data is up to your needs. for example in supplychain or finance domain you might have rolling number of 30, 90 ( monthly, quarter..etc)
@omkarbhosale9299
@omkarbhosale9299 2 жыл бұрын
im getting pandas-datareader issue for reading the data can anyone help me with that im using colab
@basavarajag1901
@basavarajag1901 2 жыл бұрын
please provide the link , you explained the resampling rule A,
@prataproychoudhury94
@prataproychoudhury94 Жыл бұрын
I am getting "TypeError: string indices must be integers" while reading the TSLA data as a dataframe. Can anybody comment please why this is happening? If there is any change to the data format?
@mohitkushwaha8974
@mohitkushwaha8974 Жыл бұрын
Same here ,
@ganeshm5038
@ganeshm5038 Жыл бұрын
same here
@ShlokasStories19
@ShlokasStories19 Жыл бұрын
Same here
@ShlokasStories19
@ShlokasStories19 Жыл бұрын
Got the solution:::: import yfinance as yf yf.pdr_override() pdr get_data_yahoo('Stock_Name') Try this
@aditisharma3230
@aditisharma3230 Жыл бұрын
same
@ravulapallivenkatagurnadha9605
@ravulapallivenkatagurnadha9605 Жыл бұрын
Do more videos
@learnobjectivephysics2426
@learnobjectivephysics2426 2 жыл бұрын
Thank you
@dipanshraj5776
@dipanshraj5776 2 жыл бұрын
Hi Krish, Datareader is not working in colab. Please advise.
@gh504
@gh504 2 жыл бұрын
Thank you sir for this amazing session
@data8758
@data8758 2 жыл бұрын
Can't read the data from y finance. It's better install yfinance using ' pip install yfinance' and read it.
@anjalipakmode5716
@anjalipakmode5716 Жыл бұрын
How?
@khubimkumarchhetri5454
@khubimkumarchhetri5454 2 жыл бұрын
How to access all the lecture series of this EDA session?
@BongoLasss
@BongoLasss Жыл бұрын
Hello sir , sir I'm trying running this code to get data from yahoo finance but it keeps on returning type error I really don't know what to do,could you please help me 6:25
@BongoLasss
@BongoLasss Жыл бұрын
6:25
@ccnebechukwu
@ccnebechukwu Жыл бұрын
Good day all. Please what am I doing wrong? I'm trying to run this command pdr.get_data_yahoo('TSLA') and I'm getting this error......, "TypeError: string indices must be integers"
@huzaifasalman8052
@huzaifasalman8052 8 ай бұрын
did you find out any solution of it
@ramprabhu7566
@ramprabhu7566 2 жыл бұрын
Can you do the same content using R pls
@anjalipakmode5716
@anjalipakmode5716 Жыл бұрын
Not able to read data from TSLA
@gustavovillarroel5634
@gustavovillarroel5634 2 жыл бұрын
great session... love it !!
@RamdasYamgar
@RamdasYamgar Жыл бұрын
Sir, Right now , I have error when reading the data 'string indices must be integers' and also I successfully install pandas reader What should I do?
@Vinzy2712_
@Vinzy2712_ Жыл бұрын
even am getting the same issue bro.! can anyone explain it plz?
@anandjain4258
@anandjain4258 Жыл бұрын
Guys, I am also facing same issue , Anyone of you able to solve this ?
@anupsubbu7396
@anupsubbu7396 Жыл бұрын
​@@anandjain4258 For those who are getting the error, run below code. from pandas_datareader import data as pdr import yfinance as yf yf.pdr_override() df = pdr.get_data_yahoo("TSLA", start="2017-01-01", end="2023-09-21") df.tail()​
@yosufzamil
@yosufzamil 2 жыл бұрын
Pls make live or make video on graph neural network.
@geekyprogrammer4831
@geekyprogrammer4831 2 жыл бұрын
let him finish this series man. dont you have patience???
@yosufzamil
@yosufzamil 2 жыл бұрын
I just asking for that. Obviously he will not stop this series, right?@@geekyprogrammer4831
@mohammedalharbi158
@mohammedalharbi158 2 жыл бұрын
Can you please upload a multiclass classification problem ? Like the final output should be something like an animal is mapped to cats tree and to assassins tree at the same time
@shekharkumar1902
@shekharkumar1902 2 жыл бұрын
Sir your community sessions are simply awesome . One question : I have taken your paid course already and was missing your presence there. If you would had to take community session why earlier your asked for joining your paid session courses ?
@sharebusinessbillionaire9730
@sharebusinessbillionaire9730 2 жыл бұрын
54:00 Rolling
@antisunny9226
@antisunny9226 2 жыл бұрын
How to take multiple csv files as input?
@felixakwerh5189
@felixakwerh5189 2 жыл бұрын
you can read the files separetely and merge them in your notebook
@antisunny9226
@antisunny9226 2 жыл бұрын
@@felixakwerh5189 I need to take like this If n = 5 I need to take 5 csv files as user input And combine them all
@DevGoal
@DevGoal 2 жыл бұрын
Can you also make a session on federated learning ? That would be great
@Nachiket_upadhye_23
@Nachiket_upadhye_23 2 жыл бұрын
Hello Krish, when you do resampling + mean on whole dataframe. so does it select first columns minimum or minimum value of all?
@AsadAli-lv1th
@AsadAli-lv1th 2 жыл бұрын
still can we get life time membership?
@krishnaik06
@krishnaik06 2 жыл бұрын
Yes
@samisyed5165
@samisyed5165 2 жыл бұрын
hi, I'm looking for a partner to learn data Science, can any one assist me,
@Sugandaramm
@Sugandaramm Жыл бұрын
TypeError: string indices must be integers
@aakuthotaharibabu8244
@aakuthotaharibabu8244 Жыл бұрын
same problem when loading tesla data .... df_tesla=pdr.get_data_yahoo('TSLA') TypeError: string indices must be integers. kindly help me out with this.
@Vlogswithjinks
@Vlogswithjinks Жыл бұрын
Same problem
@priyam66
@priyam66 Жыл бұрын
@@aakuthotaharibabu8244 import pandas_datareader.data as pdr import yfinance as yf yf.pdr_override() df=pdr.DataReader('TSLA') df.head()
@anushahullathi5918
@anushahullathi5918 7 ай бұрын
@@aakuthotaharibabu8244 import yfinance as yf # Define the ticker symbol ticker_symbol = 'TSLA' # Fetch the data df_tesla = yf.download(ticker_symbol, start='2017-01-01', end='2024-06-30') # Display the first few rows of the DataFrame print(df_tesla.head()) run this it will work
@kluih9872
@kluih9872 2 жыл бұрын
You are insane
@maneeshyadav2697
@maneeshyadav2697 Жыл бұрын
import yfinance as yf yf.pdr_override() Data=pdr.get_data_yahoo(TSLA) Data.head() It will be work becoz i did it If anyone getting error string type
@chikezieezenna1629
@chikezieezenna1629 Жыл бұрын
yes i am, i have tried differnet method still the same error.
@atulanand4824
@atulanand4824 2 жыл бұрын
graph = pydot.graph_from_dot_data(dot_data.getvalue()) list' object has no attribute 'create_png' I am making a decision tree getting this erroe how to resolve it?
@legiegrieve99
@legiegrieve99 Жыл бұрын
can anybody help, please? when i run this code: pdr.get_data_yahoo('TSLA') I got this error TypeError: string indices must be integers can someone help me why this is happening?
@vikasvs5755
@vikasvs5755 3 ай бұрын
df_tesla=pdr.get_data_yahoo('TSLA') df_tesla.head() getting error;- name 'df_tesla' is not defined WHAT CAN I DO SIR
@basavarajag1901
@basavarajag1901 2 жыл бұрын
figure,axis=plt.subplots() plt.tight_layout() ## Preventing overlapping figure.autofmt_xdate() axis.plot(index,share_open) this code is not working for me, I got an error " x and y must have same first dimension, but have shapes (421,) and (169,) " kindly help me to proceed
@msuryapavan9517
@msuryapavan9517 2 жыл бұрын
index and share_open dimensions are diff, so that's why you got the error
@Vlogswithjinks
@Vlogswithjinks Жыл бұрын
@krishnaik Pl help
Live Day 2- TimeSeries,ETS,EWMA,ARIMA,SARIMAX, Fbprophet Session
1:22:44
Live Q&A With Nitish Singh @CampusX- Ask Any Questions-Data Science
1:05:00
бабл ти гель для душа // Eva mash
01:00
EVA mash
Рет қаралды 9 МЛН
Happy birthday to you by Secret Vlog
00:12
Secret Vlog
Рет қаралды 6 МЛН
Motorbike Smashes Into Porsche! 😱
00:15
Caters Clips
Рет қаралды 23 МЛН
What type of pedestrian are you?😄 #tiktok #elsarca
00:28
Elsa Arca
Рет қаралды 17 МЛН
The New Efficient Way Of Applying Jobs And Getting Hired
11:33
Krish Naik
Рет қаралды 12 М.
Time Series Data Analysis and Exploratory Analysis  - A Deep Dive
42:00
181 - Multivariate time series forecasting using LSTM
22:40
DigitalSreeni
Рет қаралды 285 М.
Live Day 3- ARIMA,SARIMAX, Fbprophet Session
1:17:47
Krish Naik
Рет қаралды 73 М.
Time Series Forecasting with XGBoost - Advanced Methods
22:02
Rob Mulla
Рет қаралды 128 М.
бабл ти гель для душа // Eva mash
01:00
EVA mash
Рет қаралды 9 МЛН