Sir, Modin is an excellent library to speed things up- I tried it right away , but it still needs improvement when it comes to conditional value assigning and things like group by functions, as it might throw some errors based on the version. But apart from few setbacks, it is very very helpful when dealing with data which is huge in excel.. Thank you sir !
@rishabhkumar-qs3jb11 ай бұрын
I was not aware about modin, awesome video to know about modin
@mayursai72203 жыл бұрын
Bro please explain how to change my career path into cloud computing Currently i am working as uxdesigner Please do a video on that 🙏🙏
@eugeneg38333 жыл бұрын
Great video, please also make a tutorial on RAPIDS/CuDF
@ameermohamedr49823 жыл бұрын
Please make some videos on Koalas and pyspark.
@vishalvanpariya14663 жыл бұрын
Sir please make video on tabnet
@avadheshchamola15133 жыл бұрын
Sir, which laptop or CPU/GPU are you using for machine/Deep learning?
@azharsolkar73203 жыл бұрын
Much needed
@shariqshaikh45823 жыл бұрын
Yeah man!!
@noobMLengineer4 ай бұрын
How does modin perform for real-time ML pipeline? It's expected to receive about 10 data points per second
@nikt56783 жыл бұрын
I have bachelor's degree in Bsc -IT. So it is necessary to complete master's in IT - MCA and then go for data scientist or data analytics field or directly go for data science course without doing masters in IT. please clear my doubt I am confused at this point please reply. without masters I get problems during interviews or compared to Engineering students.
@gokulakrishnanm2 жыл бұрын
Bro what you did? Did you get job with Bachelor or you take masters?
@matimba3 жыл бұрын
Thanks
@indhrakiranu38533 жыл бұрын
Since modin has 70% of pandas, then can we use the both libraries interchangeably so that we can perform all the operations using pandas, i.e. import pandas as pd and import moding.pandas as pd1, now we use both in such a way that we can reduce time, is this possible??
@kumbalaanil83803 жыл бұрын
yes
@indhrakiranu38533 жыл бұрын
@@kumbalaanil8380 it means we can use, will there be any limitation?
@kumbalaanil83803 жыл бұрын
@@indhrakiranu3853 if we consider.(import pandas as pd )and (import modin.pandas as pd1) so we can use both at any time Before that we need to restart the kernel
@indhrakiranu38533 жыл бұрын
@@kumbalaanil8380 thanks got it
@엘더스크롤3 жыл бұрын
@@kumbalaanil8380 오.. 감사감사
@bhooshan252 жыл бұрын
does this help in Kaggle notebook also ? I will try now
@SUGATORAY3 жыл бұрын
What are your opinions on the use of swifter vs. modin for making pandas faster?
@kumararvind39333 жыл бұрын
Krish Sir,after intallation modin, processing time turn more slower
@akshayr12632 жыл бұрын
Can we get all the features in pandas
@achintya_asthana3 жыл бұрын
Dataset Link is not mentioned in the description below Please mention the link
@nadug36583 жыл бұрын
Can we use modin library in a program where we are already using multiprocessing to speed up pandas library since modin uses multiprocessing internally??
@gaurangpande824225 күн бұрын
Can you please share kaggle dataset link ?
@siddharthm163 жыл бұрын
Will the effect also take place if we work on Google Colab?
@iftikhar36093 жыл бұрын
Sir Do you have any community like Discord or slack for Data Science? if yes then please share it here
@janakiraam13 жыл бұрын
Yes krish sir have a discord community and also telegram community
@dps1583 жыл бұрын
Krish, it works on GPGPU also ??
@reetikadhawan93993 жыл бұрын
If the number of rows for x and y variable are not same to run regression.. what cud be done
@muhammadtanveerislam59983 жыл бұрын
very useful video
@maheshmec13 жыл бұрын
it show error for modin. So before importing modin.pandas run following commands import ray ray.init() then import modin.pandas as pd
@venkateshnallapaneni89323 жыл бұрын
helpful thanks
@bhagotiashitanshu7 ай бұрын
Dataset Link?
@sarahsindeband15082 жыл бұрын
I am receiving an error trying to install modin. Would anyone be able to help?
@Raja-tt4ll3 жыл бұрын
Nice
@Gamer_hai_hum3 жыл бұрын
Sir from 3 video I'm asking can u please reply to my msg I need ur help to learn video about ML and DL with projects can u send ur link please
@krishnaik063 жыл бұрын
Please check the live stream playlist
@rajatdev23153 жыл бұрын
Please refer course provided by learnbay
@jagadeeshabburi5703 жыл бұрын
Krish is not a name it's a brand
@janakiraam13 жыл бұрын
When i am executing first time import modin.pandas as pd i am getting below error: ConnectionError: Error 10060 connecting to 192.168.1.105:6379. A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. When i am executing import modin.pandas as pd second time getting below error: RuntimeError: Unable to connect to Redis at 127.0.0.1:6379. But when i try to import modin no error, can anyone help me here?
@noobMLengineer4 ай бұрын
How does modin perform on real-time ML pipeline? It's expected to ingest 10 data points per second