How do I work with dates and times in pandas?

Поділитися
Вставка
  • Опубліковано 28 вер 2024

КОМЕНТАРІ • 431

  • @dataschool
    @dataschool  6 років тому +13

    Starting in pandas version 0.18.1, you can create a new datetime column directly from a DataFrame, based solely on the column names! It's a useful trick, which I explain in this video: ua-cam.com/video/-NbY7E9hKxk/v-deo.html

    • @cossanfran
      @cossanfran 6 років тому

      Hello!
      I have a table with the date column. I want to group the data by month / year how do I do this?

    • @dikshyantthapa3367
      @dikshyantthapa3367 4 роки тому

      I love you Bruh.. 😂.. No homo..thanks a lot!!!!

  • @kasiditauable
    @kasiditauable 4 роки тому +2

    I am an aspiring data scientist. I just found a series of your videos. Thank you for doing this for all of us. Keep doing great work!

    • @dataschool
      @dataschool  4 роки тому

      Thanks for your kind words, and good luck to you!

  • @Cam-p2z
    @Cam-p2z 5 років тому +1

    These are the first videos I look for when I have pandas questions.

  • @witotiw
    @witotiw 2 роки тому

    2022 and you're still saving us. Thanks for the excelent content

  • @cobbdouglas690
    @cobbdouglas690 3 роки тому +23

    You've saved my job on multiple occasions sir, thank you.

    • @dataschool
      @dataschool  3 роки тому +2

      That's awesome to hear! 🙌

  • @jsmit7730
    @jsmit7730 4 роки тому +1

    I'm impressed. Simple explanations with examples. subbed and hit that bell. Thanks for the vid!

  • @oleholeynikov8659
    @oleholeynikov8659 3 роки тому

    5 years video, but the best on UA-cam!!!

    • @dataschool
      @dataschool  3 роки тому

      Thanks very much for your kind words!

  • @aartiladdha01
    @aartiladdha01 5 років тому +1

    All your videos are worth watching. I have learned a lot about pandas just from your videos. Thanks a ton :)

  • @boubacaramaiga4408
    @boubacaramaiga4408 4 роки тому +1

    I love the way you teach, easy to follow and to understand. Many Thanks.

  • @Diachron
    @Diachron 7 років тому

    I've only recently stumbled onto your videos. Very clear and concise delivery. Good job!

    • @dataschool
      @dataschool  7 років тому

      Thanks so much! Glad you are enjoying them.

  • @samcathcart5388
    @samcathcart5388 4 роки тому

    Hi DataSchool tk u for gr8 vid on working with dates and times. I am trying to work out how to group data for days, months and years in the same plot, e.g. bar graphs for months and different colours for the years

  • @ΠαναγιώταΜωραΐτη-τ2μ

    So many great videos . Absolutely guidness. thanks from GREECE !

  • @AsyraffLatiffi
    @AsyraffLatiffi 6 років тому

    I've been watching your videos for a while now but never got the chance to comment on it i just want to say keep up the great work! You are just awesome!

    • @dataschool
      @dataschool  6 років тому +1

      Thanks very much for your kind words! Much appreciated :)

  • @cmdeckermusic
    @cmdeckermusic 4 роки тому +1

    Thanks for this! You explain things very clearly and concisely.

  • @marco4570
    @marco4570 4 роки тому +1

    That bonus is what I needed. Thank you so much!

  • @Rodrigoviverosa
    @Rodrigoviverosa 5 років тому +1

    This is EXACTLY was a looking for. I love you.

  • @gurkanyesilyurt4461
    @gurkanyesilyurt4461 3 роки тому

    You're king of this area man!!!!

  • @debashissahoo5031
    @debashissahoo5031 6 років тому +2

    Your video is really good, we'll be really helpful, if you make some more videos on Dates and Times.
    Thank you.

    • @dataschool
      @dataschool  6 років тому +1

      I cover it a bit more in this series: ua-cam.com/play/PL5-da3qGB5IBITZj_dYSFqnd_15JgqwA6.html

    • @debashissahoo5031
      @debashissahoo5031 6 років тому

      thank you, Now I am planning to cover this series too.

  • @VijayKumar-zx5bm
    @VijayKumar-zx5bm 8 років тому

    Excellent videos.Please consider giving tutorials on time series forecasting ( with various statistical models ) with Pandas.

    • @dataschool
      @dataschool  8 років тому

      Thanks for the suggestion! I'll consider it for the future.

  • @leandrorberto
    @leandrorberto Рік тому

    Excellent class! As always! Cheers!

  • @majidm4215
    @majidm4215 4 роки тому

    Hello , I have a dataset with datatime index col. and it is weekly data , do I need to set freq='W' to apply forecasting models such as Holt-Winters, I tried : df.index.freq ='W', and got this error: OverflowError: int too big to convert"" please help me to fix this. Thank you

  • @gcm4312
    @gcm4312 8 років тому +5

    DataFrame.resample() is also a very, very useful feature in Pandas for working with time series.

  • @pradeepmada7515
    @pradeepmada7515 2 роки тому

    when i am trying to convert my data column into datetype its showing an error unknown string format

  • @devanshukala626
    @devanshukala626 4 роки тому

    I want to show the week of months as per the datetime columns. How can i do that? Please advise.

  • @iubob98
    @iubob98 3 роки тому

    wow.. you're tutorials are just so awesome !!!!!

  • @annakornikova1119
    @annakornikova1119 6 років тому

    Very nice, just what I was looking for . Thanks!

  • @metingercek
    @metingercek 5 років тому

    I wrote this code after this video
    date = input("Input your birthday:")
    dt = pd.to_datetime(date)
    today = pd.to_datetime('today')
    day = today - dt
    print("After you born", day," hours passed")

  • @nadie7480
    @nadie7480 2 роки тому

    How can I export this "datetime64" (YYYY-MM-DD HH:MM:SS) to a CSV file with the format "DD/MM/YYYY HH:MM" ?

  • @pythonradio6497
    @pythonradio6497 3 роки тому

    I have a series of " 23:21:06 31/07/2019" format how to convert this to a time series

  • @myselfandpesit
    @myselfandpesit 3 роки тому

    Thanks for the tutorial. I have a question.
    How can i find unique items under a given column as some could have been repeated?

  • @retrofutur1st
    @retrofutur1st 3 роки тому

    thank you for this, I have a lot to learn

  • @jessicas2978
    @jessicas2978 8 років тому

    I hope you could add some time series data mining analysis for us in the future. I really want to know how to mine time series data in Panda. Thank you very much!

    • @dataschool
      @dataschool  8 років тому

      Thanks for the suggestion, I'll consider it for the future!

  • @carloseduardocorreacoimbra4040
    @carloseduardocorreacoimbra4040 2 роки тому

    Kevin, could we define a ts_min and ts_max, and select the events during this interval?

  • @vaishnavipadala9457
    @vaishnavipadala9457 7 років тому

    Hi, Very useful basics covered in your videos, thank you very much!

  • @shaharlandau1298
    @shaharlandau1298 3 роки тому

    Thank you for all the videos - you are the best!
    Can you please explain what is dt? is that a class? I am not sure how to think about it.

    • @dataschool
      @dataschool  3 роки тому

      I believe it's called an "accessor". I just think of it as a way to organize related attributes! Does that help?

    • @shaharlandau1298
      @shaharlandau1298 3 роки тому

      @@dataschool yes, thank you! so it's basically a method, right?

  • @dineshkundu4623
    @dineshkundu4623 4 роки тому

    Bro can we use this date to split data into train and test date if yes how we can do that

  • @Skandawin78
    @Skandawin78 3 роки тому

    Python is really not intuitive when compared to R.. datetime comparison makes me split my hair . Still try to figure out how to compare a date in a dataframe ( which in datetime format) to today's date and do some action if they both match.. Any help is appreciated

  • @HealthyFoodBae_
    @HealthyFoodBae_ 4 роки тому

    Hello, I have 2 large datasets and want to compare time differences by seconds for instance. I want to Group-by a certain column first, and then see the time differences or duration for a certain action. Can I do this in Python

    • @dataschool
      @dataschool  4 роки тому

      I'm sure you can, but it's hard for me to say how off-hand. Sorry!

  • @sarikadatta3706
    @sarikadatta3706 2 роки тому

    this is an awesome video but the to_datetime is not working for me, it keeps giving me error like "hour must be in 0..23: 10/11/2006 24:00"
    I've tried everything

  • @geetanjaliusb2823
    @geetanjaliusb2823 4 роки тому

    how can i calculate median for column of type datetime64 ns

  • @sebastianplazaponte6766
    @sebastianplazaponte6766 4 роки тому

    How do i subtract dates? I need to get a range between my last date time and 6 months before. Thanks! Your videos are great.

    • @dataschool
      @dataschool  4 роки тому

      I'm not sure off-hand, sorry!

  • @riderblack6401
    @riderblack6401 6 років тому

    Big thanks, Kevin! Great job!

  • @kirahman2
    @kirahman2 4 роки тому

    thank you so much for this video, it saved me so much time, thank you. Wow. so good.

  • @nousername2520
    @nousername2520 4 роки тому

    @Data School Do you have any video on how to fill missing dates with zero (desired number) in a large csv file?

    • @dataschool
      @dataschool  4 роки тому

      ua-cam.com/video/fCMrO_VzeL8/v-deo.html

  • @hiteshkumavat6335
    @hiteshkumavat6335 5 років тому

    The videos is with very nice explanation .I am getting the time data only in hour:min:sec format and when i convert it from object to time then it gives also the current date with time stamp. I want to fill the missing seconds values so is there any other function available ?

    • @dataschool
      @dataschool  5 років тому

      I'm not sure off-hand, I'm sorry!

  • @dembobademboba6924
    @dembobademboba6924 11 місяців тому

    Very helpful. Thank you so much bro

  • @rashmikoparde826
    @rashmikoparde826 7 років тому

    I have a csv file which consist of placeid and date .I want to calculate in a particular month how many times is the particular place visited..how this could be done in python code..Please help @ Data School

    • @dataschool
      @dataschool  7 років тому

      Perhaps you could store the 'month' attribute from the 'date' column as a new column, then filter the DataFrame by 'placeid' column, and then check the shape of the DataFrame. This video might be helpful to you: ua-cam.com/video/2AFGPdNn4FM/v-deo.html

  • @yucelozyazgan
    @yucelozyazgan 8 років тому +1

    Basically how can i do a simple math operation like increasing 2 months to the month of any date
    when i do that as at the following, i'm taking an error like :
    'datetime.date' objects is not writable not wirtable
    ***
    dt = pd.to_datetime('2016/9/28')
    dt.month = dt.month + 2

    • @dataschool
      @dataschool  8 років тому +3

      Great question! Here's how I would do it:
      dt = pd.to_datetime('2016/9/28')
      td = pd.to_timedelta('60 days')
      dt + td
      I don't think you can specify time units as months because of the ambiguity. It makes sense when you say 9/28 plus 2 months (11/28), but what about 12/31 plus 2 months (2/31?)

    • @yucelozyazgan
      @yucelozyazgan 8 років тому +2

      Holly teacher! :D

  • @saiful305
    @saiful305 Рік тому

    How I should sort "How many trips are occurred per month?" and "Which hour of the day had the most frequent trips?"

  • @somnathmalik7200
    @somnathmalik7200 3 роки тому

    Thank you, it helped a lot

  • @diakitem.youssouf7916
    @diakitem.youssouf7916 5 років тому

    Thanks You. But a have a query
    If I want to get the data between two dates
    How I can do ?

    • @dataschool
      @dataschool  5 років тому

      I don't know the code off-hand, I'm sorry!

    • @diakitem.youssouf7916
      @diakitem.youssouf7916 5 років тому

      @@dataschool OK. Thanks . But according some of my research to have the data between a period we should set data index as time stamp type.

  • @pickarpit
    @pickarpit 7 років тому

    Thanks a lot Sir ! It was very Helpful.
    Another thing i am stuck with is how to prepare a dataset for a Machine Learning Model which contains GPS Co-ordinates.
    Any Guidance or Suggestions?

    • @dataschool
      @dataschool  7 років тому

      That's really a question of feature engineering, meaning that you need to decide how to best represent the data so that a model can learn from it. The best approach depends on the problem you are solving, but my default approach would be to keep the latitude and longitude as separate features, and represent them in decimal format (not degrees/minutes/seconds). Hope that helps!

  • @legiegrieve99
    @legiegrieve99 7 років тому

    Exactly what I wanted!! Thanks.

  • @python_by_abhishek
    @python_by_abhishek 3 роки тому

    Hi Kevin
    I have a doubt..
    I have 1 column in which time is 42368.149155
    When I convert it into year, days, month, hrs, min, sec I am getting
    1970-01-01, 17:22:13.453068
    I read that 1970 is the default year. How can I convert it into some other year, say 2016 or any other year. Kindly help.

    • @dataschool
      @dataschool  3 роки тому +1

      You might need to adjust the "unit", see examples here: pandas.pydata.org/docs/reference/api/pandas.to_datetime.html

    • @python_by_abhishek
      @python_by_abhishek 3 роки тому

      @@dataschool Thank You Kevin. Got it now.

  • @robotinthebrain
    @robotinthebrain 6 років тому +1

    You made my day, thank you

  • @hokapokas
    @hokapokas 5 років тому

    i have a question panda time series where all my columns are dates and i want to find the hrs spent by employee. Pls help me with your Github id so can i can post details there. please help

    • @dataschool
      @dataschool  5 років тому

      I'm sorry, I won't be able to help. Good luck!

  • @sindhushapodishetti1736
    @sindhushapodishetti1736 6 років тому

    plz do viedo on kaggle market basket analysis

    • @dataschool
      @dataschool  6 років тому

      Thanks for your suggestion!

  • @manishsharma2211
    @manishsharma2211 4 роки тому

    You are gem bro. Thank you

  • @joeturk8159
    @joeturk8159 5 років тому

    what do you do if your dates are in a dd/mm/yyyy format?

    • @dataschool
      @dataschool  5 років тому

      If pandas doesn't recognize the format, you have to tell it the format explicitly.

  • @K3nnyAss
    @K3nnyAss 4 роки тому

    You have the best tutorials for Python.

  • @jjunior1283
    @jjunior1283 6 років тому

    Thanks for the tutorials. I want to compute the difference between two dates and return the result in integer. Much like the last example you showed. can that number of days be returned as integer? thanks

    • @dataschool
      @dataschool  6 років тому

      Actually, this already returns the result as an integer:
      (ufo.Time.max() - ufo.Time.min()).days

  • @ranaalameedee9762
    @ranaalameedee9762 6 років тому

    Thank you so much, wonderful explanation

  • @anilsangani8862
    @anilsangani8862 4 роки тому

    AB['Date']=pd.to_datetime(AB.Date)
    i am getting error Unknown string format: TOTAL
    my format is dd/mm/yyyy in column Date of a data frame named AB showing dtype as object .

  • @monica-ww8gi
    @monica-ww8gi 5 років тому

    THANK YOU! Very helpful video!! :)

    • @dataschool
      @dataschool  5 років тому +1

      You're very welcome! :)

  • @robertowbatista
    @robertowbatista 6 років тому

    Thanks for the video. Quick question: How can I change the ​data type of several columns at the same time?

    • @dataschool
      @dataschool  6 років тому

      Great question! See part 3 of this video: ua-cam.com/video/-NbY7E9hKxk/v-deo.html

  • @ChristFan868
    @ChristFan868 8 років тому

    Thank you very much. This has been quite helpful. :D

    • @dataschool
      @dataschool  8 років тому

      Excellent! You're very welcome :)

  • @frankdeng624
    @frankdeng624 5 років тому

    HI Kevin, I met a problem when I read the csv file with date time.
    I use the following code to read the csv file, but got 2 warnings said PST and PDT can't be understood... Can you please help me solve this problem? thank you!
    data = pd.read_csv("datetime.csv",parse_dates = ['date/time'])
    Mar 3, 2019 12:16:44 AM PST
    UnknownTimezoneWarning: tzname PST identified but not understood. Pass `tzinfos` argument in order to correctly return a timezone-aware datetime. In a future version, this will raise an exception.
    category=UnknownTimezoneWarning)

    • @dataschool
      @dataschool  5 років тому

      It's hard to say without investigating, I'm sorry!

  • @alpineblob
    @alpineblob 4 роки тому

    Thank you for the video!

  • @gadellikrishna1826
    @gadellikrishna1826 4 роки тому

    How to subtract to times and output required only time with out days ?

  • @ariramkilowan8051
    @ariramkilowan8051 7 років тому

    As always (literally), Great video! Quick question, Is it trivial to combine the times from two independent time series' then resample both time series' (the data at those times) to the new combined times? I can't quite figure out how to do this pythonically. pandas.resample doesn't seem to be too friendly when using irregular timestamps.

    • @dataschool
      @dataschool  7 років тому

      Thanks for your kind comment! Regarding your question, it's hard for me to envision exactly how to do this... I'm sorry! Feel free to let me know if you figure out a good strategy.

  • @marianotorreshernandez9928
    @marianotorreshernandez9928 6 років тому

    What about if I want to know some rows for a time interval? For example, between 2000 and 2001

    • @dataschool
      @dataschool  6 років тому

      I think something like this would work:
      ufo[(ufo.Time.dt.year >= 2000) & (ufo.Time.dt.year < 2001)]

  • @katalindechalendar3059
    @katalindechalendar3059 4 роки тому

    Really helpful! Thanks :)

  • @NirajSingh-nv2jb
    @NirajSingh-nv2jb 5 років тому

    Great Sir. And please dont says to like videos our hands automatically get clicked on like after watching this.

  • @bhavindedhia9968
    @bhavindedhia9968 4 роки тому

    i am getting error on weekday_name no attribute? why soo

    • @praveenagrawal3035
      @praveenagrawal3035 4 роки тому

      try.... ufo.Time.dt.day_name() in new version of Jupyter

  • @AnalyticsMaster
    @AnalyticsMaster 7 років тому

    Hi Kevin,
    Just like we have 'weekday_name' to know whether it is 'Sunday', 'Monday' etc... what should we use to find the 'month name' ?
    I serched for help in pandas doc, but not able to find.
    Kindly suggest.

    • @dataschool
      @dataschool  7 років тому

      Great question! I'm not sure if there is a built-in way in pandas to do this. I would probably write my own code to do this using the map method, explained here: ua-cam.com/video/P_q0tkYqvSk/v-deo.html

  • @TorIvanBoine
    @TorIvanBoine 5 років тому

    awesome videos. been watching quite a few now.
    So, I'm playing with my gpx running data. And I'm trying to convert the duration of my runs so I can plot them. But I just fail. How would you convert ints like 33:28 and 01:44:42 so it would be understood as 33 minutes and 1 hour 44 minutes and so on?

    • @dataschool
      @dataschool  5 років тому

      Glad you like the videos! As for your question, it seems like extracting the datetime attributes (hours, minutes, seconds) and then doing the math with those attributes would solve your problem. Hope that helps!

  • @learn-with-chris-videos
    @learn-with-chris-videos 6 років тому

    This is helpful, thank you.

  • @duscio
    @duscio 7 років тому

    thank you this was really helpful !

  • @Rishi-fo8qj
    @Rishi-fo8qj 6 років тому

    Thanks for the awesome video.....
    I want to create a DateTimeIndex that contains each business day of year 2017 and use it to index a series of random numbers..

    • @dataschool
      @dataschool  6 років тому

      I'm not sure how to do this off-hand, I'm sorry!

  • @andre.barbisan
    @andre.barbisan 5 років тому

    Hi there, congrats for the videos.
    I'm new in Python and starting working with financial data.
    So, I'm looking for plotting chart skipping/hiding missing dates/weekends. Can you help on how to do that?

    • @dataschool
      @dataschool  5 років тому

      I'm sorry, I won't be able to help... good luck!

  • @enian82
    @enian82 8 років тому

    For some reason This through s an error
    ufo.Time.dt.weekday_name
    but
    ufo.Time.dt.weekday
    this works any idea....
    Thank you

  • @rahulkambadur147
    @rahulkambadur147 6 років тому

    Hello, In My date column has the date of month missing. how do I add the date to the existing column
    Ex: My column is 04-1982 (which is not in date format) and I want to make it 30-04-1982.. and want to repeat for all the other sections.. please help. and how to add a date if there is no date available

    • @dataschool
      @dataschool  6 років тому

      I'm sure there's a string method that can help: ua-cam.com/video/bofaC0IckHo/v-deo.html&index=12&list=PL5-da3qGB5ICCsgW1MxlZ0Hq8LL5U3u9y

  • @debaniedalaielizondoflores4404
    @debaniedalaielizondoflores4404 6 років тому

    Is there any way to separate the time (h,m,s) that's on the same column of an imported excel data frame and pass it all to seconds?

    • @dataschool
      @dataschool  6 років тому

      I'm sorry, I don't understand your question. Could you clarify? Thanks!

  • @augustinafrank1554
    @augustinafrank1554 Рік тому

    Easy made. smart tutor

  • @oiuchi
    @oiuchi 4 роки тому

    Thanks for great videos! You are great tutor! Can you tell how I can change date representation in Jupyter lab or notebook ?My columns with dates already have type as datetime64 but representation when I use head() looks like year-month-day. How I can change it to day-month-year ?

  • @jackf3499
    @jackf3499 5 років тому

    Exception has occurred: AttributeError
    'DataFrame' object has no attribute 'Time'
    I keep getting this error when I try to use: df['date'] = pd.to_datetime(df.Time)

    • @dataschool
      @dataschool  5 років тому

      Perhaps you read the file incorrectly or have a typo somewhere?

  • @rushailg560
    @rushailg560 5 років тому

    I know im late but what if i want to change the years of the dates in my data frame, how would i do that?

    • @dataschool
      @dataschool  5 років тому

      Perhaps you can overwrite the year attribute of each item? There might be a better way, however.

  • @JZ1917
    @JZ1917 6 років тому

    Great tutorial!

    • @dataschool
      @dataschool  6 років тому +1

      Thanks! Glad you liked it.

  • @timosiekmann3755
    @timosiekmann3755 5 років тому

    Great video, save a lot of code for me. Very good :)

  • @datascienceds7965
    @datascienceds7965 6 років тому

    Hello, suppose that "Time" column is Date of Birth column. How can age in years be calculated ? Thanks for your help in advance

    • @dataschool
      @dataschool  6 років тому

      I think you would just put the current time in a new column, and then subtract, and then only use the years part of the result.

    • @datascienceds7965
      @datascienceds7965 6 років тому

      Thanks. The time you find to answer every time is really appreciated.

    • @dataschool
      @dataschool  6 років тому

      You're very welcome! :)

  • @nirimag1
    @nirimag1 7 років тому

    Hi Kevin,
    It was wonderful session. is there a method to convert timedelta64[ns] to Time(hh:mm:ss)
    Thanks

    • @dataschool
      @dataschool  7 років тому

      Are you asking how to change the datatype, or the way in which the data is displayed?

    • @nirimag1
      @nirimag1 7 років тому

      while plotting it in x axis, its shows as decimal value(1.2,3.5 etc...). i want it show in hh:mm . However, currently i am retrieving hours(using components,hours) and plotting it. Is there a better way?

    • @dataschool
      @dataschool  7 років тому

      I'm not sure the best way to do that. Sorry!

  • @audreyrah1427
    @audreyrah1427 3 роки тому

    there is no ad, like it.

  • @legiegrieve99
    @legiegrieve99 7 років тому

    Hello, what if I want to convert two date objects variables to datetime format? I tried, but keep getting error.

  • @quamar0313
    @quamar0313 4 роки тому

    Thanks a lot

  • @hollynixon9570
    @hollynixon9570 3 роки тому

    YOU'RE THE BEST

  • @habrom1000
    @habrom1000 2 роки тому

    Thank you

  • @bhaskarsharan4280
    @bhaskarsharan4280 6 років тому

    I've created a dataframe in python using pandas. The index used is a series of timestamp of type int64. However, for time series analysis, the index need to be type dates. Can somebody help me to do the conversion ?
    first few rows of the dataset is
    'Elapsed time','ECG I'
    'hh:mm:ss.mmm','mV'
    '0:00.000',-0.08
    '0:00.002',-0.08
    '0:00.004',-0.07
    '0:00.006',-0.07
    '0:00.008',-0.09
    '0:00.010',-0.09
    '0:00.012',-0.10
    '0:00.014',-0.10
    '0:00.016',-0.10
    thanks in advance :)

  • @govardhanrao5481
    @govardhanrao5481 5 років тому

    How to convert date and time to seconds so that i can use date time as continous variable

  • @bhumikakhanna4083
    @bhumikakhanna4083 6 років тому

    How to find the difference of current date with a series of dates? Also i dont have any dataframe of dates. How to make one?

    • @dataschool
      @dataschool  6 років тому

      I think these two pages might be helpful to you:
      pandas.pydata.org/pandas-docs/stable/timeseries.html
      pandas.pydata.org/pandas-docs/stable/timedeltas.html
      Good luck!

    • @bhumikakhanna4083
      @bhumikakhanna4083 6 років тому

      Thank you.

  • @datascienceds7965
    @datascienceds7965 6 років тому

    Hello, I was wondering if you have done any videos of matplotlib.

    • @dataschool
      @dataschool  6 років тому

      Not yet! But thanks for the suggestion!

    • @datascienceds7965
      @datascienceds7965 6 років тому

      and timeseries?

    • @dataschool
      @dataschool  6 років тому

      Nope!

    • @gilbertgutabaga8255
      @gilbertgutabaga8255 6 років тому

      I think you have to also to have example of analysis from scratch to prediction using pandas and sciktlearn