Move from Excel to Python with Pandas Transcripts
Chapter: Course conclusion and review
Lecture: DataFrame summary

Login or purchase this course to watch this video and the rest of the course contents.
0:00 In the next chapter, we introduce Panda's and started to talk about the power of pandas and how a pandas data frame is similar to an Excel worksheet.
0:11 We talked about the core commands that you need to use to understand your data frame
0:15 specifically looking at the top and bottom rows using head and tail how much info you can get about your data frame using the Info Command.
0:24 The shape command is very useful for understanding. The number of rows and columns in your data frame described gives you a quick,
0:32 numerical summary of your data frame. The other concept we talked about was selecting rows and columns with Lok,
0:38 and I look using low. You can select all of your rose, a list of rose or slice of rose.
0:44 You can do a similar thing with the comb by selecting all columns, specific columns or a slice of columns.
0:51 And you can use I Lok to specify rows and columns but used numeric values for
0:58 the columns. These concepts are very core to the additional analysis that will be doing


Talk Python's Mastodon Michael Kennedy's Mastodon