Pandas Series in Python

preview_player
Показать описание
This is Part 1 of Pandas in Python. It covers -
1. How to create Series
2. How to access Series data using Indexing and Slicing
3. Attributes and Methods of Series
4. Mathematical Operations in Series

00:00 - Pandas in Python
00:27 - Data Structures in Pandas
01:21 - Pandas Series in Python
02:16 - Install Pandas
02:24 - Import Pandas
03:07 - Creating Pandas Series
03:16 - Creating Series using Scalar Values
06:30 - Creating Series using Python Dictionary
07:20 - Creating Series using NumPy Array
07:51 - Accessing Pandas Series
07:58 - Accessing Pandas Series using Indexing
10:16 - Accessing Pandas Series using Slicing
12:27 - Edit Pandas Series using Slicing and Indexing
13:20 - Attributes of Pandas Series
15:45 - Pandas Series Methods
17:41 - Mathematical Operations in Series
Рекомендации по теме
Комментарии
Автор

good teaching, could you do some operation with a custom function on a single panda series, say comparing every value with each other for example if your take a column from ohlcv data of any stock, daily low values, range of 20 days, find the trend in the column of values, like uptrend or downtrend using price action method. it is a challenging task

munivoltarc
Автор

Great video! Take a look at my Pandas tutorial if you want.

MachineLearningPro