Basic Guide to Pandas in 20 min. Python for Beginners

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

КОМЕНТАРІ • 30

  • @JT-lo9nv
    @JT-lo9nv 20 днів тому

    Thank you for all the content you have provided on your channel! As an aspiring data analyst your channel has been a great resource. I also just purchased your Python for data analysis course!

  • @moonilyas
    @moonilyas 23 дні тому

    Great Tutorial, hope more parts will be coming soon!

  • @RakshitDwivedi-pq8qc
    @RakshitDwivedi-pq8qc 25 днів тому

    This is amazing. I am just starting into Python especially the main libraries for data science. Can you make a short video on Numpy and Matplotlib and Sklearn as well. These short but detailed videos are so entertaining and helps retain in memory for long.

  • @hamidraza1584
    @hamidraza1584 27 днів тому

    You are amazing teacher, lots of love from Lahore

  • @shaikusman536
    @shaikusman536 26 днів тому

    Awsome Content karen..thanks a ton...Respect from Bangalore...

  • @martinotieno4524
    @martinotieno4524 27 днів тому

    Short and precise

  • @CultureofSpeech
    @CultureofSpeech 27 днів тому

    Bravo 👏 Lit 🌠 Impressive 😍

  • @TheMISBlog
    @TheMISBlog 27 днів тому

    Very useful video,Thanks Karina

  • @pratikkale6216
    @pratikkale6216 27 днів тому

    Very informative 😊

  • @Saicharan_beast
    @Saicharan_beast 20 днів тому

    superb teaching

  • @mohammedrafi9662
    @mohammedrafi9662 27 днів тому

    I want more videos similar in pandas library

    • @karinadatascientist
      @karinadatascientist  27 днів тому

      will do, thank you for feedback

    • @mohammedrafi9662
      @mohammedrafi9662 27 днів тому

      @karinadatascientist how save charts and modified data to excel and word

    • @karinadatascientist
      @karinadatascientist  27 днів тому

      @@mohammedrafi9662 to save date you use this script df.to_csv('output.csv') or df.to_excel('output.xlsx', sheet_name='Sheet1'). Saving image is # Saving the figure.
      plt.savefig("output.jpg")
      # Saving figure by changing parameter values
      plt.savefig("output1", facecolor='y', bbox_inches="tight",
      pad_inches=0.3, transparent=True)

  • @okotpascal
    @okotpascal 27 днів тому

    I would love for you to include some chaining or usage of the ".pipe" attribute in the subsequent parts that you're yet to upload. Or maybe in a separate video not in this series if possible.
    thank you for the good work and free education

  • @martinotieno4524
    @martinotieno4524 27 днів тому

    Can you do something on git and git hub

  • @kamranhussen5364
    @kamranhussen5364 27 днів тому

    I did your coffee shop project