Python’s Datatable package

preview_player
Показать описание
Datatable is a Python library for fast multi-threaded data manipulation and munging. In this video, we will explore the functions present in the datatable module and also see how it fares in speed when compared with Pandas.

If you do have any questions with what we covered in this video then feel free to ask in the comment section below & I'll do my best to answer those.

If you enjoy these tutorials & would like to support them then the easiest way is to simply like the video & give it a thumbs up & also it's a huge help to share these videos with anyone who you think would find them useful.

Please consider clicking the SUBSCRIBE button to be notified for future videos & thank you all for watching.

You can find me on:

#DataTable #Python #Pandas
Рекомендации по теме
Комментарии
Автор

I am not able to install datatable package in windows. I have read some web sources saying this package is not supported for windows. Is there any work around for that? Thanks

sarveshpandey
Автор

Can you help me with removing duplicates with datatable, i want to remove the rows between two columns which are similar.
In pandas it's done like this (df[df.duplicated(subset=['val1', 'val2'], keep=False)]).
I couldn' find a way to do it in datatable package.
Thank you

garoboza
Автор

Hi Bhavesh, I hope you are doing well. I had a small doubt. You suggested using DataTable and Pandas depending on the task at hand. But for creating a machine learning preprocessing pipeline, its more simple to stick with one library. For that purpose, which library do you suggest?

pushkarajjoshi