Best KZbin channel Sir to learn Data Science in mix(hindi+english) language with great concept explanation that can easily get in mind keep making video sir. Thank You for giving us this great KZbin channel to learn Data Science.
@pankajitm2 жыл бұрын
Best youtube channel, best teaching
@shivvu44612 ай бұрын
Thank you for explaining this so well. I wartched multiple videos which made me think it's too complicated. But you explained it in very simple way.
@nithinplays134 Жыл бұрын
Nice explanation
@jinks36692 жыл бұрын
Sheer Brilliance.
@narendraparmar163111 ай бұрын
Thanks for the erfforts
@vipintomer3773 Жыл бұрын
# i have a small doubt sir # What if a9 is : a9 = np.arange(2).reshape(1,2) a10 = np.arange(16).reshape(4,4) a9 + a10 # will it work???
@rameshboggu1954 Жыл бұрын
no it wont ....bcoz if we have 1 row in anyone of the arrays then columns must match for both the arrays
@vipintomer3773 Жыл бұрын
@@rameshboggu1954 what if a9 = np.arange(4). reshape(4, 4) Will it work now...?
@vipintomer3773 Жыл бұрын
@@rameshboggu1954 if no Then why?
@rajgurubhosale8680 Жыл бұрын
@@vipintomer3773 you can't create a array of 4,4 from arange(0,4) there are only 4 elments else you can do is create a 1x4 array and you can perform addition broadcasting
@dhairyapatel43077 ай бұрын
@@rajgurubhosale8680 yeah perfect answer
@cipher48112 жыл бұрын
Sir how you insert those figure(or any diagram) inside cell?