top of page

Profile

Join date: Jan 6, 2022

About

0 likes received
0 comments received
0 best answers

Overview

First Name
EBRIMA
Last Name
SISE

Posts (9)

May 8, 20222 min
Where Function in Pandas
The where() in pandas and NumPy is used to filter Data Frames based on a condition. We will discuss this important topic in this tutorial....

4
0
May 8, 20224 min
Detect and Impute Missing Values in Pandas
Hardly you will come across a dataset that is free from missing values. Missing values can be encoded in a number of ways. Sometimes when...

13
0
May 7, 20222 min
Adding Columns to a Data Frame
In this tutorial, we will practice adding column(s) to a Data Frame. But first, we need to import pandas and NumPy to be able to...

9
0
May 7, 20222 min
Apply Function in Pandas
The apply function lets you run a function on all the elements of a pandas series/column. It lets you apply a function on either the rows...

8
0
May 5, 20223 min
EDA For the Office Series in USA
In this project, we will take a look at a dataset of The Office episodes, and try to understand how the popularity and quality of the...

7
0
May 4, 20222 min
Variable Scopes in Python
In python, a variable is only accessible from inside the area it has been created in. The term `Scope` is used to describe this logic. A...

8
0
May 4, 20223 min
List Comprehension Explained
Imagine you have a list named `prices` below prices = [20, 25, 35, 40, 45, 70] And you want to implement a 5% discount on all the prices...

17
0
May 3, 20221 min
Number Sum
In this blog, I will write about a simple but interesting program I wrote to calculate the sum of all the numbers within a given range. I...

9
0
May 3, 20222 min
Fahrenheit to Celsius Converter
According to Wikipedia, the Fahrenheit scale is a temperature scale based on one proposed in 1724 by the physicist Daniel Gabriel...

10
0

Ebrima Sise

Writer
More actions
bottom of page