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 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 …
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 …
Even though you are not expected to learn about them in detail, it is good to know about the main four analytical models organisations can always deploy in the process …
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 …
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 …
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 …
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, …
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; …