Python for Data Analysis: Frequency Tables

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • This video covers the basics of creating frequency tables (crosstabs) in Python with the pandas library.
    Subscribe:
    ► www.youtube.co...
    This is lesson 19 of a 30-part introduction to the Python programming language for data analysis and predictive modeling. Link to the code notebook below:
    Python for Data Analysis: Frequency Tables
    www.kaggle.com...
    This guide does not assume any prior exposure to Python, programming or data science. It is intended for beginners with an interest in data science and those who might know other programming languages and would like to learn Python.
    I will create the videos for this guide such that you should be able to learn a lot just watching on UA-cam, but to get the most out of the guide, it is recommended that you create a Kaggle account so that you can copy and edit each lesson so that you can follow along and run code yourself.
    Introduction to Python Playlist:
    • Python for Data Analysis
    Link to the Python for Data Analysis written guide index page:
    www.kaggle.com... .
    ⭐ Kite is a free AI-powered coding assistant that integrates with popular editors and IDEs to give you smart code completions and docs while you’re typing. It is a cool application of machine learning that can also help you code faster! Check it out here: www.kite.com/g...

КОМЕНТАРІ • 10

  • @riasingh11
    @riasingh11 2 місяці тому

    This playlist is the best one on Python for Data Science, amongst all the content I've come across on the internet.

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

    brasilian viewer here,
    thank you so much for your videos!!!

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

      Yeah the video is awesome. I don't understand why it didn't get many views.

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

    Amazing can you please continue the serious of data analysis in python plssss

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

    Hi, how can I tabulate an specific variable? to see the frequency, cumulative, and percentage. In Stata we use: tab name of the variable. But in Python I still don't know

  • @user-vg9bt2rd3z
    @user-vg9bt2rd3z Рік тому +1

    Thanks for your amazing videos! I'm suing the titanic dataset, same dataset that you have used here for this tutorial. whenever I try to make a two_way tables, I get this error; IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices.
    Would you please let me know how I should deal with this issue?
    Thanks

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

    Hey man, thank you for it.

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

    Liked and subscribed :)

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

    you are amazing