Counting the number of times items appear with collections.Counter and Python - A Python short

  Рет қаралды 3,739

Michael Kennedy

Michael Kennedy

Күн бұрын

Пікірлер: 18
@galanu
@galanu 3 жыл бұрын
Using F1 to provide examples for great Python...All my favourite things in one video. Thank you Michael!!
@mikeckennedy
@mikeckennedy 3 жыл бұрын
Thanks RJL! Favorites of mine too ;)
@notnull01
@notnull01 3 жыл бұрын
loving these python shorts..
@mikeckennedy
@mikeckennedy 3 жыл бұрын
Thanks! :)
@whkoh7619
@whkoh7619 3 жыл бұрын
Really showcases the batteries-included approach of Python 👍
@mikeckennedy
@mikeckennedy 3 жыл бұрын
Great observation, it definitely does.
@AntonioAndrade
@AntonioAndrade 3 жыл бұрын
Nice video Michael! I will share with friends
@mikeckennedy
@mikeckennedy 3 жыл бұрын
Thank you Antonio!
@pedroyoshikuni6702
@pedroyoshikuni6702 2 жыл бұрын
Thanks for the tutorial, very useful
@jaxcielo9036
@jaxcielo9036 2 жыл бұрын
Thank you for this
@mikeckennedy
@mikeckennedy 2 жыл бұрын
You're welcome!
@mirat3227
@mirat3227 2 жыл бұрын
Thank you so much for all your valuable input! I've already learned a lot from your podcasts and videos! The collections module seems to be a great way to count list elements. What do you think about using a pandas dataframe?: import pandas as pd df = pd.DataFrame(votes) c = df.value_counts() It gives the same output. But maybe it needs more memory, because the list is first transferred to the dataframe?
@mikeckennedy
@mikeckennedy 2 жыл бұрын
Thanks Mira. I think pandas would be a fine solution here. Pandas has two drawback: #1, you have to install it whereas collections is built in to Python via the Standard library. #2, it may be more complex if you're not already using Pandas. But certainly if you're using Pandas already in your code, then this is a great alternative.
@alexk.f921
@alexk.f921 2 жыл бұрын
Thanks!
@mikeckennedy
@mikeckennedy 2 жыл бұрын
You bet!
@MrEstebanEscudero
@MrEstebanEscudero 5 ай бұрын
great video
@dannyffd
@dannyffd 3 жыл бұрын
Awesome! Thank you
@mikeckennedy
@mikeckennedy 2 жыл бұрын
You're welcome!
Parsing data with Pydantic - A Python short by Michael Kennedy
7:47
Michael Kennedy
Рет қаралды 25 М.
Python GC Settings - Change This and Go 20% Faster!
14:14
Michael Kennedy
Рет қаралды 6 М.
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
This Is Why Python Data Classes Are Awesome
22:19
ArjanCodes
Рет қаралды 821 М.
Counters in Python Simply Explained
11:53
NeuralNine
Рет қаралды 24 М.
The Black Box Method: How to Learn Hard Concepts Quickly
14:09
Colin Galen
Рет қаралды 1,1 МЛН
Do you even need loops in Python? A Python short by Michael Kennedy
5:05
Intermediate Python Tutorial #6 - Collections /Counter()
12:21
Tech With Tim
Рет қаралды 71 М.
Python lists, sets, and tuples explained 🍍
15:06
Bro Code
Рет қаралды 343 М.
Beyond the List Comprehension - A Python Short by Michael Kennedy
6:17
Michael Kennedy
Рет қаралды 2,5 М.
15 Python Libraries You Should Know About
14:54
ArjanCodes
Рет қаралды 410 М.
Python Expert Reacts to PSF Dev Survey Results (2023)
18:32
Michael Kennedy
Рет қаралды 702