Creating Visualizations using Pandas Library | Python Pandas Tutorials

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

КОМЕНТАРІ • 44

  • @gauravpathak2126
    @gauravpathak2126 5 місяців тому +6

    I am 24, and I've observed that students often find it difficult to learn new things because their teachers don't make enough effort to find new ways of teaching. Hats off to you, Alex. You are just awesome, making difficult topics way too easy to learn.

  • @MuhammadSohail-w6r
    @MuhammadSohail-w6r 8 місяців тому +1

    one of the best video i have ever seen in the youtube for visualization of different plots.

  • @SquooHipPa
    @SquooHipPa Рік тому +7

    Thank you for this Alex, you've been an incredible help! I'm still going through the boot camp and I just just put up my website and resume, hoping to start applying to places and getting out there soon! Thank you so much :)

  • @ryuhayabusa3540
    @ryuhayabusa3540 Рік тому +8

    Thanks for this, I'm taking the Google advance analytics course. So this will help me out.

  • @dcj247
    @dcj247 Годину тому

    If anyone has an issue like I did creating an index using date for the Ice Cream Ratings table at 1:36, try using df.set_index('Date', inplace = True) in place of df = df.set_index('Date'). I'm guessing the software has been updated since Alex's initial posting of this video. 🤷🏿‍♂

  • @sj1795
    @sj1795 11 місяців тому +12

    I'm not going to lie. I've LOVED all your videos up until the Pandas series. I've really been struggling; not because of you, because of me. Alex you're a gem. The ONLY reason I'm making it through Pandas is because of your instructions, which are always so clear and easy to follow.
    As I've worked my way through your bootcamp series I've discovered that the process of coding is like learning all new things. You have ebbs and flows where it's a real struggle as you learn the new material, then you reach one mountain top and get super excited because the material finally "clicks", and then you're back at the bottom climbing another mountain. lol I know pandas and numpy are extremely important concepts to grasp in Python. I'm just struggling along waiting for them to "click". However, you make it soooo worth the struggle. I've learned SO MUCH already. I appreciate YOU. As always, THANK YOU!!

    • @nataliarobinson5671
      @nataliarobinson5671 10 місяців тому

      This is exactly how I've been feeling. I have finished the rest of the tutorials and loved them, but this pandas (not because of him) seems like it is taking forever(I've only been doing it for a day). I have enjoyed all the others very much though

  • @SoggyBagelz
    @SoggyBagelz Рік тому +1

    really love these videos. thanks for all the time you put into them

  • @jjsan1
    @jjsan1 7 місяців тому

    This breakdown was amazing! Thank you!

  • @ayu_tee3714
    @ayu_tee3714 Місяць тому

    You made it easier to understand, thank you sir.

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

    It's really helpful when you attach dataset and code .thanks Alex 👍

  • @newenglandnomad9405
    @newenglandnomad9405 10 місяців тому

    Super basic easy to follow tutorial. Thank you!!!

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

    thanks for the tutorial. its better for understanding if the data is real and can be made sense of.

  • @traetrae11
    @traetrae11 Рік тому +2

    Thanks for sharing Alex. This has been helpful.

  • @wynnsiva
    @wynnsiva 4 місяці тому

    I really enjoyed this video. Especially applying the styles they seemed so cool😍😍

  • @ritikamehta2767
    @ritikamehta2767 4 місяці тому

    Best Bootcamp Alex ,Love your Videos

  • @ShreyashBohara
    @ShreyashBohara Рік тому +1

    Hey have you installed jupyter notebook on your computer? I'm using pycharm but Jupyter looks lot more user friendly

  • @kchin1123
    @kchin1123 Рік тому +1

    Is there any reason why shift + tab doesn't work? I tried hitting shift tab with the cursor in the exact same location as the video, both before and after running the code. The tooltip does not come up for me.

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

    Can you measure brain density or brain regions-volume by "voxels" (volume pixels) if you previously had MRI scan images?

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

    Hello Alex, how can display Chinese characters for plt xlable, legend and title? Thanks.

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

    How would you visualize categorical data on a bar graph? For example, I have a dataset of people's genders and whether they like an ice cream flavor or not. The x axis would be the flavors (chocolate, strawberry, and vanilla). The y axis would be the count of true and false responses. So each flavor would have two "bars" on the graph.

  • @davidreichert9392
    @davidreichert9392 3 місяці тому

    I'm doing this in VSC rather than Jupyter, and the plot does show when running it, only the text version of it. Is there a way to get the script to actually show the plot?

    • @RuslanIdrisov-go
      @RuslanIdrisov-go 2 місяці тому

      You can save plot as png:
      ```
      line_chart = df.plot(kind='line', title='Ice Cream Ratings', xlabel='Daily Ratings', ylabel='Scores')
      line_chart.get_figure().savefig('line_chart.png')
      ```

  • @adwaamohamed2674
    @adwaamohamed2674 Місяць тому

    very useful thank you

  • @nayazcorner6396
    @nayazcorner6396 Рік тому +2

    Has the code interpreter doomed data analyst role.

    • @AlexTheAnalyst
      @AlexTheAnalyst  Рік тому +2

      I'll have a video on this next week :) Talk specifically about code interpreter, Microsoft Copilot 365, and AutoGPT

  • @davidg7328
    @davidg7328 5 місяців тому

    Hello guys someone could guideme and tell me if reports can be shared or exported for different users?

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

    Shift + Tab isn't working in Jupyter Notebooks for me for some reason. Ever see this?

    • @TESTMAIL-v8c
      @TESTMAIL-v8c Рік тому

      sometimes it works on my jupyter notebook, sometimes not

  • @vintage_anime_vault
    @vintage_anime_vault 5 місяців тому

    Alex,How can man make trading robot by using data analyze of the market's Structure ?
    Have a nice day by the way^_^

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

    thank you

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

    i keep getting attribute err when using the xlable and ylable

    • @sajanasigdel9821
      @sajanasigdel9821 Рік тому +1

      Because it is xlabel and ylabel. You have a typo.

  • @MikeM-uy6qp
    @MikeM-uy6qp 5 місяців тому

    I would have gotten more out of this with a better use case and more explanation of what the charts were showing.

  • @naagarhive6581
    @naagarhive6581 10 місяців тому +1

    OOPs 😜😂

  • @CDA持证人维克多阿涛
    @CDA持证人维克多阿涛 11 місяців тому +2

    Hello, I am a fan in Chinese Mainland. My name is Victor Joe, and I like your video very much. In China, because of the existence of the national wall of fire, many people cannot access UA-cam, so I want to translate your video into Chinese and put it on video websites that can be accessed in China, so that more Chinese friends can see your high-quality video. I sincerely request your authorization. Do you think it is OK?

  • @khalafmanaseer3386
    @khalafmanaseer3386 Рік тому +1

    I don't understand why someone needs Pandas when they have Tableau and PowerBI (unless they had to)
    I mean, if you have easy tool like excel to build, manipulate and create charts and reports, you don't go to SQL unless you were dealing with huge data which isn't the case in 95% of the time 😅

    • @moxie1189
      @moxie1189 Рік тому +2

      If a stakeholder asks for an ad-hoc analysis and you wanted to convey the insights visually, which oftentimes will reinforce the message, this can all be accomplished in the one place. You download the finished product as an html and it looks very impressive. This can be attached to an email and is extremely shareable, without the need to share entire workbooks in Tableau or Power BI.