Skip main navigation

Advanced analytics: A step ahead

So far you learned the basics of data analytics. Next, watch this video to explore (almost) everything about advanced data analytics. After watching the video, think about the following questions: …

Types and sources of data

Types of data As an analyst, you will be required to understand the key types into which any data can be categorised. Structured and unstructured data Gartner states that the …

Data analytics: A disruptive innovation

Watch this introductory video to understand the disruptive innovation that is data analytics, and how this course is going to help you be a better analyst. Reflect and share You …

Boolean and None in Python

Booleans Python has several basic numeric, string and Boolean types built into it. Objects of the Boolean data type may have one of two values: True or False. The most …

What are loops in coding?

There are scenarios, based on the evaluation of a condition, where we may need to repeat a block of code. Imagine you are a software developer and you are required …

Control Flow in Python

Program execution happens sequentially in Python – the Python interpreter reads a program just like you are reading this page: one line at a time, from left to right and …

What exactly are data structures?

As seen earlier, Python has four in-built data structures that are used to store and organise the data in an efficient way. These are Lists, Tuples, Sets, and Dictionary. But, …

Data Mining and Machine Learning

In this article, you’ll learn more about data mining and machine learning. Data Mining Everyone keeps talking about data mining being a big deal in the current data analysis space; …