Pivot Tables In Pandas
Create Pivot Table in Pandas using python. Use Titanic dataset for analysis. Using pivot table, find the chances of survival based on gender, age, class etc.
Create Pivot Table in Pandas using python. Use Titanic dataset for analysis. Using pivot table, find the chances of survival based on gender, age, class etc.
Change datetime format of excel, text file in pandas using python. Know about different ways to alter the datetime format.
Excel Data Tables, VLOOKUP function and Pivot Tables: 3 basic data transformations in MS excel.
Build a machine learning model using tabular, image, text data at the same time using python.
Machine learning model to autofill missing values.
Introduction to machine learning model to forecast future values using the past values.