
Start-Tech Academy Blogs
Analytics & Machine Learning posts
Subscribe to our Newsletter
Join our community of 1 Million+ data professionals


Pivot Tables In Pandas
December 15, 2021
No Comments
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.

Must-have-on-finger-tips Datetime functions for Python
December 15, 2021
No Comments
Change datetime format of excel, text file in pandas using python. Know about different ways to alter the datetime format.

Microsoft Excel — The BASICS of Data Transformation
December 15, 2021
No Comments
Excel Data Tables, VLOOKUP function and Pivot Tables: 3 basic data transformations in MS excel.

MACHINE LEARNING
December 15, 2021
No Comments
Build a machine learning model using tabular, image, text data at the same time using python.

A Guide To KNN Imputation For Handling Missing Values
December 15, 2021
No Comments
Machine learning model to autofill missing values.