Skip to content

Commit a269499

Browse files
Update Pandas_Series_Vs_NumPy_ndarray.md
Extended Introduction
1 parent e58671c commit a269499

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/pandas/Pandas_Series_Vs_NumPy_ndarray.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Pandas Series Vs NumPy ndarray
22

33
NumPy ndarray and Pandas Series are two fundamental data structures in Python for handling and manipulating data. While they share some similarities, they also have distinct characteristics that make them suitable for different tasks.
4+
5+
While both NumPy ndarray and Pandas Series are essential tools for data manipulation in Python, Choosing between them depends on the nature of your data and the specific tasks you need to perform.
6+
47
## NumPy ndarray (n-dimensional array)
58

69
NumPy is short form for Numerical Python, provides a powerful array object called `ndarray`, which is the backbone of many scientific and mathematical Python libraries.

0 commit comments

Comments
 (0)