***PANDAS FUNCTIONALITIES INDEXED BY TIME IN EXPANDED DESCRIPTION VIEW***
In this tutorial, we cover some basic Pandas functionalities, including .head(), .tail(), .values, .columns, .index, .describe, .T, .sort_index(), and .sort_values(). So much of learning about Pandas is learning to debug intelligently, which we discuss in brief at the end of the video.
0:57 df.head()
2:00 df.tail()
2:25 df.values()
3:58 df.columns
4:27 df.index
4:54 df.describe() (for summary statistics)
6:49 df.T (transpose--make sure it's an uppercase T)
7:25 df.sort_index()
9:10 df.sort_values()
10:19 General debugging discussion (somewhat apocryphal)
Thank you for watching! I encourage anyone to leave feedback, questions, or constructive criticism in the comments.
If you are interested in learning more about Python, you can view lessons in the format of an iPython Notebook:
[ Ссылка ]
►Channel: [ Ссылка ]
►Subscribe: [ Ссылка ]
►Portfolio: [ Ссылка ]
►Twitter: [ Ссылка ]
Ещё видео!