Full Numpy Playlist - • Numpy For Data Science
Get - Python Numpy Commands Notes (Rs.25) - https://rzp.io/l/numpynotes
-----------------------------------------
!! Numpy Random Module !!
The Random Module contain the functions which are used for generating random numbers.
1. Random Function - It returns random float number(s) between 0 and 1.
2. Randint Function
It generates random integer number(s) between given range.
By default, the range starts from 0.
The numbers can repeat.
3. Rand Function - It returns random float number(s) between 0 and 1.
4. Randn Function - It returns random float numbers (postive and negative both) in the form of array.
5. Uniform Function
It returns random float number(s) between the given range of values.
The random numbers can't repeat.
By default, the range starts from 0.
If nothing is passed in (), it will return a float number between 0 and 1.
6. Choice Function
It returns random integer number(s) from the given sequence.
The range starts from 0 by default.
If only 1 element is passed, then it will return a number between 0 and that element.
By default, replace = True , which means the numbers can repeat.
ndim - to check the dimension of the array
shape - to check the shape of the array
size - to check the size of the array
------------------------------------------
Buy 'Data Analyst - Self Study Material' ( Rs.450 ) - https://rzp.io/l/dslstudymaterial
------------------------------------------------
Python Pandas Notes ( Rs.99 ) - https://rzp.io/l/pandas-notes
-------------------------------------------
Contact Mail Id : [email protected]
------------------------------------------
🇮🇳 DATA SCIENCE LOVERS 🧡💛💚
-------------------------------------------
You must check our projects videos :
Project 8 - • Project - 8 | Data Analysis with Pyth...
Project 7 - • Project - 7 | Data Analysis with Pyth...
Project 6 - • Project - 6 | Data Analysis with Pyth...
Project 5 - • Project - 5 | Data Analysis with Pyth...
Project 4 - • Project - 4 | Data Analysis with Pyth...
Project 3 - • Project - 3 | Data Analysis with Pyth...
Project 2 - • Project - 2 | Data Analysis with Pyth...
Project 1 - • Project - 1 | Data Analysis with Pyth...
#python #dataanalytics #numpy