Hey guys, so in a previous blog, we learn how pandas worked in data science or in Python, I hope my blog helped you, and today we are going to learn about the array and some basic operations performed on it. so, let’s start
1d array
A One-dimensional array(single dimensional array) is a type of linear array. it is an int type, specially used to create vectors with linear addressing
Output
Change data type
Output
Creating the sequence of the number
Output
Creating Arithmetic Progression
Output
Reshaping your array
Output
In reshape array doesn’t modify
Resizing
Output
In resize the array will be modified
To find missing data
Output
Ignore nan(missing value) value
Output
So, in this blog we learn about the 1 d array I hope you find it useful and in the next blog, we are going to learn about the 2d array so bye, and if you want to read some interesting blogs then click here.