Python for Data Analysis: Frequency Tables
HTML-код
- Опубликовано: 10 фев 2025
- 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 RUclips, 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...
This playlist is the best one on Python for Data Science, amongst all the content I've come across on the internet.
brasilian viewer here,
thank you so much for your videos!!!
Yeah the video is awesome. I don't understand why it didn't get many views.
Amazing can you please continue the serious of data analysis in python plssss
Hey man, thank you for it.
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
Just fixed it!
Liked and subscribed :)
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
you are amazing