Introduction to Python
Introduction to Python
What is Python?
Python is a high-level, general-purpose programming language.
Its design philosophy emphasizes code readability with the use of
significant indentation. Its language constructs and object-
oriented approach aim to help programmers write clear, logical
code for small- and large-scale projects.
NumPy and Matplotlib are the best package for Data Analysis &
Data Visualization.
data structures in
Pandas
❖ Series: It is a one-dimensional data structure storing
homogeneous (same type) mutable data.
❖ DataFrame: It is a two-dimensional data structure
storing heterogeneous (different type)
mutable data.
❖ Panel: It is a three-dimensional [3D] way of storing
others.