#beginners
Read more stories on Hashnode
Articles with this tag
Data separation based on its type · Introduction For every tabular data, we know that the data is stored in the form of a matrix (rows and columns). It...
Easy data manipulation · What is Data Manipulation? Data manipulation is one of the techniques in the life cycle of data analysis. It refers to the...
Strategies to handle missing values · What is a missing value? Missing value simply refers to a situation where there is no data stored for the variable...
Introduction Matrix is a type of data structure similar to an array where values are stored in rows and columns. Here, the values are of a unique...
Introduction If you had read my previous articles on matrix operations, by now you would have already know what a matrix is. Yes, a matrix is a 2D...
Techniques of detecting outliers in the data · Outliers - In a Nutshell In order to understand what an outlier is, we can think of a great example that...