#python #machinelearning #dataprocessing
this is an overview of python's datatable package for data analysis and data manipulation like pandas.
Datatable is used for fast multi-threaded data manipulation . In this video, we will explore the functions present in the datatable module and in this python data table tutorial we will also see how how it increases data manipulation and processing multiple times in comparison to pandas
Mount Drive with : drive.mount("/content/drive")
read files with command:
data2 = dt.fread(file_path)
data2 = data2.to_pandas()
link to my other playlists:
complete python feature engineering: • Feature Engineering in python