BLOG

Latest Articles

Java Predicate Explained [Practical Examples]

Java predicate function is a pre-defined user interface. Predicate is a function that returns a boolean value. And the function test(T t) evaluates the …

By azkaiftikhar · 7 min read · JAVA

How to use pandas.Series.map() [Practical Examples]

The pandas.Series.map() performs the mapping by first matching the values of the outer Series with the index labels of the inner Series. It then returns a new …

By admin · 4 min read · Python Pandas