Python pandas—Deleting—Wine

preview_player
Показать описание
Sometimes we learn best by doing. Unlike my other videos, I’ll be going through these exercises cold. Sometimes we’ll encounter ambiguous questions, and sometimes I'll be wrong. Learning from our mistakes can be a powerful teacher. So, it’s OK to be wrong now, because we’ll know how to avoid it next time when it counts. My hope is that you will learn by doing. Why don’t you proceed through the linked exercises before we walk through them together? This series can be viewed in tandem with my “An Opinionated Guide to pandas“ video series (links below), but it’s not required. This series is beginner-friendly but aimed most directly at intermediate users.

This Learning by Doing is part of the pandas Opinionated Guide series:

The jupyter notebooks can be found here:
Рекомендации по теме
Комментарии
Автор

If you make yourself familiar with multicursor editing, it would be a quick thing to copy the headers and edit out the numbers. Or copy to a spreadsheet and edit there. You don't have to type them out.
Love the content. It is nice to see different approaches using pandas aand learn more about it.

MrChronoJon
Автор

Great video as usual! Thanks for all the hardwork you put into these videos

larflores
Автор

Things I learend from this lecture:

read_csv -> header = None

arhataria