Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 671 Bytes

Pandas.md

File metadata and controls

20 lines (12 loc) · 671 Bytes

Pandas

Pandas is one of the most popular Python libraries for Data Science and Analytics. It's look like SQL of Python.

Pandas data structures

There are two types of data structures in pandas: Series and DataFrames.

  1. Series

  2. DataFrames

pandas_ex01 pandas_ex02

Tutorial 2

References

[1] Pandas Tutorial 1

[2] Pandas Tutorial 2