Move from Excel to Python with Pandas Transcripts
Chapter: Intro to Pandas
Lecture: Intro to pandas
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
in this chapter will talk more about pandas. Pandas has been around since 2008 and is the primary library within Python for doing data
0:10
analysis and manipulation. Pandas has a lot of features and a lot of functionality. And sometimes as people transition from Excel to pandas,
0:19
it can be challenging to translate your Excel terminology. to pandas terminology. And that's what we'll be talking about in the rest of this
0:26
course. The other key take away here is that pandas has a lot of functionality You can think about it as a set of tools,
0:35
and we are going to go through many of them to get you started. But as you grow and develop and tackle more and more challenging problems,
0:44
you'll start to use more and more of the tools in pandas to solve those problems