Let's Build an Exploratory Data Analysis Project from Scratch | Python, Numpy, Pandas

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 266

  • @decodewithabhishek
    @decodewithabhishek 3 года назад +109

    It was a good video, I like how he didn't cut out the part when he's stuck at some problem. ⭐⭐⭐⭐⭐

  • @normalperson1130
    @normalperson1130 3 года назад +53

    Thank you Aakash for giving a raw walk-through. Apart from usual documentation stuff I think the ability to google and find answers for the problems are much more important skills in the area of Data Science apart from ofcourse mathematical understanding. This walkthrough actually gave me more confidence in using pandas without worrying about typical syntax pitfalls

    • @jovianhq
      @jovianhq  3 года назад +3

      Glad it was helpful!

  • @raihanhosain3374
    @raihanhosain3374 Год назад +2

    best project tutorial in any youtube channel. Everyone make video and cut those portion when they get stuck. On the other hand you just show the real scenario and show us how to find solution using google as well. we want similar video on data science project.
    Love from Bangladesh.

  • @shivsharma9153
    @shivsharma9153 2 года назад +8

    Do you know why I loved this video? You kept it raw and real, you are clearly portraying how a data analyst thinks and does the project, which I believe is more important than fancy coding...syntax you can get easily but analytical thinking requires the real efforts

    • @snehaldamkondwar618
      @snehaldamkondwar618 2 года назад

      Hi shiv Im from non technical background i was doing the given project but when we close all tabs how to reach out to the same notebook

    • @shivsharma9153
      @shivsharma9153 2 года назад +1

      @@snehaldamkondwar618 Hi, where did you save it locally? Which folder

    • @snehaldamkondwar618
      @snehaldamkondwar618 2 года назад

      @@shivsharma9153 need to save??

    • @snehaldamkondwar618
      @snehaldamkondwar618 2 года назад

      @@shivsharma9153 open notebook through jovian run through colab with help of kaggle datset . I have written some line of code in colab .then i have close all tabs . Now how to go to that file where i have write my code.

    • @shivsharma9153
      @shivsharma9153 2 года назад

      @@snehaldamkondwar618 try to search locally with the name of notebook you may be able to locate it

  • @sabchillhai802
    @sabchillhai802 3 года назад +12

    great work jovian , we need more such types of session. Thanks a lot

    • @jovianhq
      @jovianhq  3 года назад +2

      Glad you liked it!

  • @MuhammadAkbarAttamimi
    @MuhammadAkbarAttamimi 3 года назад +17

    55:52 this dataset contains New York data accidents, there are around 10.000 record. I checked it using df[df['City'] == 'New York']

    • @garvitpoddar6947
      @garvitpoddar6947 3 года назад

      Yes

    • @AakashNS
      @AakashNS 3 года назад +1

      Thanks! Not sure why I missed it. Maybe I was using a different version of the dataset.

    • @claudiolb8552
      @claudiolb8552 3 года назад

      @@AakashNS not sure why but ["New York" in Df.City] always returns false try it with a another city it just doesn't work

    • @tirthhihoriya690
      @tirthhihoriya690 3 года назад

      @@claudiolb8552
      Use:
      a. >>> 'NY' in list(df.State) or
      b. >>> 'New York' in list(df.City) or
      c. >>> cities_by_accident['New York']

    • @shailjamishra9423
      @shailjamishra9423 2 года назад

      yes, new york city is there in the dataset, the state which is missing is 'Alaska'

  • @outinthebeach
    @outinthebeach 3 года назад +4

    Great course Aakash - this and everything else you have put here. Thanks for your generosity to teach this the way you have done it. Brilliant!!!

  • @jeetthakkar2297
    @jeetthakkar2297 2 года назад +8

    Sir actually New York data is present in the given data set.
    We get the output as False if we use:
    'New York' in df ['City']
    And we get the output as True if we use :
    'New York' in df ['City'].unique()

    • @jovianhq
      @jovianhq  2 года назад

      Yes Jeet, you are correct. We found it later but didn't update the video to show that this type of error might happen any time during working on a project. Great work on finding it!

    • @harshucore
      @harshucore Год назад +1

      I used - 'New York' in df.values and got True

  • @rajivgarg9480
    @rajivgarg9480 Год назад

    I have seen only half the video. Couldn't stop myself from apprecating the good work. Couldn't have been done any better. Way better than the Paid education platforms

  • @prisri5953
    @prisri5953 Год назад +1

    NY is in the state list. The Missing states are AK(Alaska) and HI(Hawaii). It also considers DC as state

  • @sandeepmesa
    @sandeepmesa 2 года назад +2

    I like the way you google for help ..Appreciate your time ..learnt new things on how to articulate our work ..thanks

    • @jovianhq
      @jovianhq  2 года назад

      Glad it was helpful!

  • @freehappymeal
    @freehappymeal 2 года назад +3

    Thank you for teaching us how to problem solve and the whole EDA process!

  • @aashisethiya4653
    @aashisethiya4653 Год назад

    Aakash, you are one of the best teachers I have come across.
    Coming from a hard-core medical background and pivoting into data analytics I came across your panda's courses while preparing for my foundation in python before starting a master's in the US in analytics this Fall.
    Hands down you have given beginners like me a lot of handholding with your courses and videos!

    • @jovianhq
      @jovianhq  Год назад

      Thanks, I'm glad you found our course helpful! 😊 - Aakash

    • @aashisethiya4653
      @aashisethiya4653 Год назад

      @@jovianhq I went through many teachers on youtube and data camp: but truth to be told- most are ludicrously formal in their teaching methods and have a slower theoretical pace.
      Is there any possibility to connect with Aakash to get certain roadmap tips for a beginner who plans to venture into the US Health Business Analytics Domain?

  • @shreyaskulkarni7612
    @shreyaskulkarni7612 2 года назад +5

    The current dataset is updated.
    A high percentage of accidents occur between 3 pm to 6 pm (probably people in a hurry to get to home)
    Next higest percentage is 6 am to 9 am.
    Over 1100 cities have reported just one accident (need to investigate
    On Sundays, the peak occurs between 11 am and 6 pm, unlike weekdays

    • @jovianhq
      @jovianhq  2 года назад

      Interesting analysis and insights Shreyas!

  • @eyesofdoriss
    @eyesofdoriss Год назад +1

    Great sharing. I've been looking for a full guide like this one for a while. Thank you!

    • @jovianhq
      @jovianhq  Год назад

      Glad you enjoyed it!

  • @anwoybarua8213
    @anwoybarua8213 3 года назад +1

    One of the best RUclips channel for data analysis learners❤️❤️

  • @muralikumaar9456
    @muralikumaar9456 2 года назад +2

    Great session on EDA. We need more such sessions on different datasets.

    • @jovianhq
      @jovianhq  2 года назад

      This is just an example, we hope the viewers will be able to make better EDA projects on different datasets after watching this video.

  • @nikunjdeeep
    @nikunjdeeep 25 дней назад

    this EDA is so motivating to me .......we all search in google...i thought why i can't recall all of those pandas function....

  • @tiwarirr
    @tiwarirr 3 года назад +1

    Best teacher for Data scince!

  • @vidyasagarbv89
    @vidyasagarbv89 3 года назад +1

    Watching the master is how you learn...Thanks a lot for this...

  • @sivaramaguhans4002
    @sivaramaguhans4002 3 года назад +1

    I can't see an EDA explanation clearly in other videos... awesome 🎉

  • @neelajguhaneogi8348
    @neelajguhaneogi8348 6 дней назад

    New York data is there, manually checked the whole data to find the city because the method you showed at 58 minutes mostly doesn't work because of the spaces, some values contain unnecessary spaces and that creates a problem.

  • @bane2256
    @bane2256 Год назад +1

    This was excellent. I hope for more of these in 2023

    • @jovianhq
      @jovianhq  Год назад +1

      Definitely!! Stay tuned, more interesting videos coming soon.

    • @bane2256
      @bane2256 Год назад

      @@jovianhq is this the type of project that is sufficient to be included in an analytics portfolio? or does it need to be something more extensive?

  • @Phoenix_Bro1
    @Phoenix_Bro1 Год назад

    This was a superb explanation of how to do EDA. Extremely helpful, Aakash!

  • @deepasarojam4425
    @deepasarojam4425 3 года назад +1

    This is best video on EDA I have ever watched! Thanks Aakash :)

    • @jovianhq
      @jovianhq  3 года назад

      Thanks for the kind feedback!

  • @Mlksgf
    @Mlksgf Год назад +2

    What a great Tutorial! The df is obviously updated and I cannot find the 'New York' value in Cities, BUT there are data in cities_by_accident "cities_by_accident['New York']" and is equal to 7068

  • @igordemetriusalencar5861
    @igordemetriusalencar5861 3 года назад +5

    Good class of Python pandas, but in R exploratory and statistics analysis are way easier compared to Python. Example: data_frame %>% filter(City == "New York") bam!! dataset filtered. Summarize numeric data => data_frame %>% summary() !! bam!! Done!! in a totally functional way.

    • @jovianhq
      @jovianhq  Год назад +1

      Both R and Python are great, you can use either one. Python is gaining more traction because it also has great packages for machine learning & deep learning.

  • @moymaya
    @moymaya 2 года назад +1

    Thank you Aakash. Really helpful. Liked the way we committed mistakes and even learnt something new from it.

    • @jovianhq
      @jovianhq  2 года назад +1

      Glad you liked it

  • @ankitlakshya450
    @ankitlakshya450 2 года назад +1

    bro you were my senior in intermediate .ascent junior college ,vizag . got a clarity on eda btw

    • @jovianhq
      @jovianhq  Год назад

      Glad you liked our tutorials!

  • @piyushkumar-kb2jc
    @piyushkumar-kb2jc 3 года назад +1

    concept is crystal clear by anuj bhyia.

  • @sajjadabdullah
    @sajjadabdullah 2 года назад +1

    Perfect video. I was looking for such video. Thank you Sir

  • @unpatel1
    @unpatel1 2 года назад

    This is a great project and I really enjoyed it. After finishing this video yesterday, I am working on other parameters to expand my analysis. I would love to see more projects from Akash. Thank you.

    • @snehaldamkondwar618
      @snehaldamkondwar618 2 года назад

      Hi do you know once we close all tabs how to work on it again

  • @user-zj9pq5xc7x
    @user-zj9pq5xc7x 3 месяца назад

    loved your freecodecamp course. thank you so much

  • @architnangalia3426
    @architnangalia3426 3 года назад +1

    56:02 The dataset does contain 'New York'
    "" cities_by_accident['New York'] "" gives us the output as 10255

    • @shailjamishra9423
      @shailjamishra9423 2 года назад

      yes..but it does not show the values..just showing count...strange!!

    • @jovianhq
      @jovianhq  Год назад

      Yes, the dataset does contain New York now.

  • @SeunOnSet
    @SeunOnSet Год назад

    Thank you for sharing this! It was really insightful to see the analysis process from start to finish. It also answered a few questions I had.

    • @jovianhq
      @jovianhq  Год назад

      Glad it was helpful!

  • @raghvendrasingh8037
    @raghvendrasingh8037 Год назад

    nice video, simple explaination and the best part was it from the scratch. loved it

  • @raminirakeshkumar8287
    @raminirakeshkumar8287 3 года назад +1

    Thank you Aakash, great work

  • @shubhamtalks9718
    @shubhamtalks9718 3 года назад +1

    Very educational video. Please keep posting such videos.

  • @scapri1000
    @scapri1000 3 года назад

    Thank you. This is one of the best video on EDA .

  • @sarzilhossain5977
    @sarzilhossain5977 2 года назад +2

    "New York" in df. City returns False
    But "New York" in df.City.uniqu() returns True. (Which I have no explanation for)
    And in fact, there are 4220 accident cases inside the dataset which occurred in New York inside the dataset (The dataset could be updated recently.). I don't know if it has been updated. But since the accident records fall in between the year 2016 and 2020, it would seem weird if new rows get added later on.

    • @jovianhq
      @jovianhq  2 года назад +3

      You are correct, there was "New York" in the dataset before as well. df.City returns a Series where if you search using the "in" operator, it will search for the indexes and not match with the values. Where as df.City.unique() creates a list and "New York" is searched within that list so you were able to find "New York".

  • @jawedkhan8602
    @jawedkhan8602 3 года назад +2

    You are doing great job. Thank you

  • @gunngunn6763
    @gunngunn6763 3 года назад +1

    Thank You...
    looking forward to your upcoming videos

  • @muhammadshoaibfareed2577
    @muhammadshoaibfareed2577 3 года назад +3

    A great session indeed

    • @jovianhq
      @jovianhq  3 года назад

      Glad you liked it!

  • @InsaneRealityLeak
    @InsaneRealityLeak 3 года назад +2

    Thank you so much. Definitely a very useful video. ✌🏽

    • @jovianhq
      @jovianhq  3 года назад

      Glad it was helpful!

  • @moeid9935
    @moeid9935 3 года назад +1

    i liked ur naturality

  • @TheHasanjafreee
    @TheHasanjafreee Год назад

    This was great! Thank you for the video

  • @akshayshukla4358
    @akshayshukla4358 4 дня назад

    My colab crashes every time i use to read this dataset. it runs for 2-3 minutes and then it get crashed. anyone can help me on this..

  • @theforester_
    @theforester_ 2 года назад

    awesome video! big shout out from Brazil

    • @jovianhq
      @jovianhq  2 года назад

      Hey Mauricio👋, thanks!

  • @pandabear6095
    @pandabear6095 3 года назад

    Thank you very much ! This video was useful and easy to understand.

  • @navyaagarwal5918
    @navyaagarwal5918 Год назад

    Among the top 100 cities in number of accidents, which states do they belong to most frequently? How do we solve this question

  • @SarcasmWEB
    @SarcasmWEB 2 года назад

    Thank you so much! It was very educational

  • @abhisarshrivastava4667
    @abhisarshrivastava4667 2 года назад

    This is really helpful thank you Jovian

    • @jovianhq
      @jovianhq  2 года назад

      Glad you liked it!

  • @jyothiramesh3450
    @jyothiramesh3450 Год назад

    Hey I am getting an error while installing packages. "You may need to restart the kernel to use updated packages"

  • @imdadood5705
    @imdadood5705 3 года назад +1

    @36:30 We can also do, df.describe().shape[1]
    @54:40, I got the results for new york. I did cities_by_accident.loc[“New York”]

    • @jovianhq
      @jovianhq  Год назад

      Yes, the dataset now contains information about New York

  • @UCEAbhishekLokhande
    @UCEAbhishekLokhande Год назад

    Thank You Very Much learn lots of things through this session

    • @jovianhq
      @jovianhq  Год назад +1

      Glad to hear that!

  • @sandipansarkar9211
    @sandipansarkar9211 2 года назад +1

    finished watching

  • @ShelloSongz
    @ShelloSongz 2 года назад

    Wow, thank you for your concise explanations.

    • @jovianhq
      @jovianhq  2 года назад

      Glad it was helpful!

  • @rohan30497
    @rohan30497 Год назад +1

    For personal use:- 1:17:19

  • @amanpreetsinghgulati2475
    @amanpreetsinghgulati2475 2 года назад

    Hi, at around 49:17 when you are checking that weather we have 'New York' data or not so in that when we are checking for the existence with,
    if 'New York' in df.values - it will return True
    And
    If 'New York' in df.City - False
    Also
    If 'Dublin' in df.City - False ( and for all the other cities )
    So, in my preference we need to use the df.values ( it will check the whole dataset - yes might be time taking and requires unwanted computing processing as well )
    Please help us to improve this part
    Thanks

    • @jovianhq
      @jovianhq  2 года назад +1

      Yes @Aman, you are correct, New York is indeed present in the dataframe. We've purposefully kept the video in it's raw format instead of editing it. This shows that it's very common to get errors like these while working on your project, one have to be very careful before making a conclusion.

    • @amanpreetsinghgulati2475
      @amanpreetsinghgulati2475 2 года назад

      @@jovianhq yes sir, thanks for the session learnt a lot from this basically for "how" to do it there is ample of resources available but "what" to do in EDA is hard to find
      Thanks for that

  • @Griffindor21
    @Griffindor21 Год назад +1

    Really great video!
    Any chance I can get a copy of the jupyter file?

  • @bikrammajhi3020
    @bikrammajhi3020 Год назад

    Thank you so much Sir !!

  • @825sohambharambe9
    @825sohambharambe9 2 года назад

    In my case when i read the file the jupyter notebook is taking way too long time
    What can i do?

  • @rishabgupta2733
    @rishabgupta2733 Год назад

    On data preparation step my data frame is crashing continuously. What to do now?

  • @nishikantanayak7797
    @nishikantanayak7797 Год назад

    time 1:29:38 of the video......there was no data regarding on which days accident occur so how the graph was formed

  • @sharkk2979
    @sharkk2979 2 года назад +1

    aakash is knowledeble as sky .

    • @jovianhq
      @jovianhq  2 года назад

      Can't agree more!
      - Jovian Team

  • @ytg6663
    @ytg6663 3 года назад

    Big thank you for being Here 👍👍

    • @jovianhq
      @jovianhq  3 года назад

      Glad you liked it!

  • @PinaColada65
    @PinaColada65 2 года назад

    tysm for this. this tutorial is a blessing

    • @jovianhq
      @jovianhq  2 года назад

      You're so welcome!

  • @V.N.G
    @V.N.G Год назад +1

    Your analysis is wrong. I do and find new york City... kindly reply for further information

  • @raghavverma120
    @raghavverma120 2 года назад

    I did read your exploratory analysis file for crop production analysis… and all the agroup by queries that you had run were wrong.. plz look into it and rectify them

  • @dilaraesmer
    @dilaraesmer Год назад

    Thank you so much for all your efforts :)

    • @jovianhq
      @jovianhq  Год назад +1

      Thank you for the comment! Glad you like the videos

  • @harshitsinghal8843
    @harshitsinghal8843 5 месяцев назад

    New York is present in the data. I think you have used the wrong function to check whether a value is present, 'New York' in df. City: Using this function will always get a false result if you check for any city. The correct function to check is 'New York' in df['City'].values

  • @NSASANAPURIKAVYASRI
    @NSASANAPURIKAVYASRI 2 года назад

    it is asking permissions to use those datasets,what should i do?

  • @lakhanpatel2702
    @lakhanpatel2702 3 года назад

    sir i try this code and his show True in 'New York' city
    first i see df.values
    df.values show my all data value in array form
    then i write this code
    'New York' in df.values
    this line of code show True as a output.

  • @mansigaikwad9
    @mansigaikwad9 Год назад

    idk if they have updated the dataset , but i just tried to find whether New City is there or not and if yes then the number of records ....(referring to 56:00 )
    used this code - len(df[df['City']=='New York']) and got the answer..
    so , New york is there in the dataset and the number of accidents is 7068

    • @jovianhq
      @jovianhq  Год назад

      You are correct! New York was indeed present in the dataset, but in the live session it got skipped due to some mistake in code.

  • @hrittickdebnath35
    @hrittickdebnath35 3 года назад

    You did a fantastic job buddy

    • @jovianhq
      @jovianhq  3 года назад

      Glad you liked it!

  • @hydemi83
    @hydemi83 2 года назад

    Great video 👏 Congrats for this awesome job

    • @jovianhq
      @jovianhq  2 года назад +1

      Thank you very much!

  • @PratapO7O1
    @PratapO7O1 3 года назад +1

    Why did u choose google collab over kaggle. I mean I would have been very easy and we could have saved 26 min.

    • @AakashNS
      @AakashNS 3 года назад

      You can use either Google Colab or Kaggle notebooks, whichever you mind more convenient!

    • @jovianhq
      @jovianhq  Год назад

      We're now working on a Kaggle integration that will make it possible to run notebook directly from Kaggle.

  • @ganeshr3297
    @ganeshr3297 2 года назад

    At 21:03 ..I couldn't load the data ...what should I do?

  • @vishwaslad1810
    @vishwaslad1810 2 года назад

    Great Video

  • @NiviudPu
    @NiviudPu 9 месяцев назад

    Shall i do for this as my mini project???

  • @Carworld-s5l
    @Carworld-s5l 2 года назад

    Previously I felt to remember all the pandas methods but you made me confident. Thank you Bhai❤❤

    • @jovianhq
      @jovianhq  2 года назад

      Glad it was helpful! Check our other courses at jovian.ai/learn

  • @bhushanwagh7192
    @bhushanwagh7192 3 года назад

    Awesome sir

  • @dc4617
    @dc4617 2 года назад

    thank you🙂

  • @kshitizprajapati694
    @kshitizprajapati694 3 года назад +1

    i have completed zero to pandas course
    can you plz create content about sql integration project?

    • @jovianhq
      @jovianhq  3 года назад

      Sure we will definitely consider the topic for our upcoming courses.

  • @atharvaparanjape9585
    @atharvaparanjape9585 2 года назад

    at 37:59 how did we get a plot without importing matplotlib ??

  • @gajanansawadadkar5003
    @gajanansawadadkar5003 Год назад

    Good session

  • @krazyhorse004
    @krazyhorse004 3 года назад +2

    df[df.City == 'New York']
    ^ shows New York in the dataset

    • @jovianhq
      @jovianhq  Год назад

      Yes, the dataset seems to have changed to include New York now

  • @datayogi_
    @datayogi_ 2 года назад

    After excluding the bing data, wasn't there a need to recreate the graphs and insights done before finding that bing data is faulty ?

    • @jovianhq
      @jovianhq  2 года назад +1

      Yup, you are correct, we should always do more research before concluding something

    • @datayogi_
      @datayogi_ 2 года назад +1

      @@jovianhq okay 😊, thanks for the reply

  • @Coder-fc7so
    @Coder-fc7so 10 месяцев назад

    My google colab tab is not opening;(

  • @aryanrana5658
    @aryanrana5658 Год назад

    It's a good video but the dataset you uploaded that is updated one . We also want the row messy dataset which u use while handling missing values

    • @jovianhq
      @jovianhq  Год назад

      Thank You. Unfortunately the dataset was updated from Kaggle, we don't have access to the previous version to the dataset.

  • @yashdhangar3261
    @yashdhangar3261 11 месяцев назад

    Which algorithm is used

  • @atifshaik1156
    @atifshaik1156 2 года назад

    Is it Fine to Google Something while working on a project??Like How did u in the Video??

    • @jovianhq
      @jovianhq  2 года назад +1

      Yes, it's absolutely fine, you're not expected to know everything, and even if you know there can be a better way of implementing the same thing. So it's totally fine to google something out.

  • @siddharthpunn10
    @siddharthpunn10 3 года назад

    Great session

    • @jovianhq
      @jovianhq  3 года назад

      Glad you liked it!

  • @abhishekkumar-qi3is
    @abhishekkumar-qi3is 3 года назад

    please make vedio of feature engirreing and selection and thanks for this content

    • @jovianhq
      @jovianhq  3 года назад

      Hey, have you tried our Machine Learning course? We have covered feature Engineering/Selection and lots of other interesting topic in that course.
      View the course from here -> zerotogbms.com

  • @gitasaheru2386
    @gitasaheru2386 2 года назад

    Please sir build neural network algorithm with manual coding without keras and use study case

  • @bikashkumardash5652
    @bikashkumardash5652 3 года назад

    You said winter months but in October to December there is autumn in USA

    • @jovianhq
      @jovianhq  2 года назад

      You are correct, most probably by winter it was meant starting of winter, cause here in India Winter starts towards end of November and starting of December.

  • @vikasmishra4385
    @vikasmishra4385 3 года назад

    Hi I have one issue when i am trying to run a histplot in seaborn it is show a error as "module 'seaborn' has no attribute 'histplot'" i am confused like what might be the reason i tried updating the whole PIP but of no use. Can you suggest what shall be the possible solution.

    • @jovianhq
      @jovianhq  3 года назад

      Try updating the seaborn library using the following command `pip install -U seaborn`

  • @anupriyasharma9282
    @anupriyasharma9282 2 года назад

    Hello Sir,
    1.Can you pls tell me how to handle missing observations for the following features
    FEATURE SUM
    Precipitation(in) 510527
    Wind_Chill(F) 449288
    Wind_Speed(mph) 128852
    Humidity(%) 45506
    Visibility(mi) 44206
    Weather_Condition 44001
    Temperature(F) 43030
    Wind_Direction 41857
    Pressure(in) 36270
    Weather_Timestamp 30263
    Airport_Code 4248
    Timezone 2302
    Zipcode 935
    dtype: int64
    I have removed "number" feature as 70% of the data of that column was missing
    Can we use mean/median/ mode or is there any other technique ?
    2.For the univariate analysis wouldn't it be very lengthy and time consuming to study 47 features?

    • @karthikbs8457
      @karthikbs8457 2 года назад

      I have seen people filling median values in the empty cells

  • @aditaykumar6805
    @aditaykumar6805 2 года назад

    I am not able to access Temperature column.It is giving the error-'DataFrame' object has no attribute 'Temperature'.

    • @jovianhq
      @jovianhq  2 года назад

      Are you using the correct column name? 'Temperature(F)' is the column name for the Temperature column.

    • @aditaykumar6805
      @aditaykumar6805 2 года назад

      @@jovianhq I have tried both 'Temperature' and 'Temperature(F)' but I am getting the same error.

    • @jovianhq
      @jovianhq  2 года назад

      Can you please post your question in the Jovian Forum (jovian.ai/forum) or Jovian Discord, with relevant code/notebook link.

  • @kamilmohammed9722
    @kamilmohammed9722 2 года назад

    trying now