Lists are analogous to dynamically scaled arrays, and are declared in other languages (e.g., vector in C++ and Array List in Java). Lists do not have to be homogeneous all of the time, which makes it a very strong tool in Python. Data Types such as Integers, Strings, and Objects…
Tag: CSE Blog
Exploratory Data Analysis (EDA)
As I was wondering what would be the main subject I should start writing my blog with, EDA popped up to my mind in no time. Logically fitting, isn’t it?! Why? Why? Soon you’ll find out! INTRODUCTION One of the best methods used in Data Science today is Exploratory Data…