Ekta AggarwalAug 27, 2022Encoding Categorical Variables in PythonIn this tutorial we will learn how to encode or convert categorical variables in numbers. Categorical variables are generally of 2 types:...
Ekta AggarwalFeb 15, 2022One hot encoding and label encoding in PythonWhile dealing with data often there are categorical columns which can be nominal or ordinal in nature. Thus, to make best use of them we...
Ekta AggarwalMar 26, 2021dplyr elaborated!dplyr is one of the most popular libraries in R which is widely used for data manipulation and data wrangling.
Ekta AggarwalJan 29, 2021Pandas Demystified!Pandas is one of the most powerful Python libraries which make it a programmer's choice!