top of page
Profile
Join date: Nov 24, 2021
About
0 likes received
0 comments received
0 best answers
Overview
First Name
AHMED
Last Name
SHEBL
Posts (9)

May 11, 2022 ∙ 5 min
Analysis of NAICS
I consider myself a Data Analyst. The head of my department at my new company has given me the following instructions: 1. Download zipped...
21
0

Mar 22, 2022 ∙ 3 min
Importing Data in Python
Importing data into the Python environment is the starting point to detect the insights that matter. after importing the data you can...
16
0

Feb 18, 2022 ∙ 3 min
Pandas Techniques for Data Manipulation in Python
1. Apply Function: This function takes a function as an input and applies this function to an entire DataFrame or every single value of...
8
0

Jan 27, 2022 ∙ 4 min
Investigating Guest Stars in The Office
The Office! What started as a British mockumentary series about office culture in 2001 has since spawned ten other variants across the...
13
0
Jan 25, 2022 ∙ 2 min
Loops in Python
Loops enable us to alter the flow of the program so that instead of writing the same code, again and again, we can repeat the same code a...
11
0
Jan 24, 2022 ∙ 2 min
Lambda expressions in Python
Lambda expressions are one of the most useful tools in Python. lambda expressions allow us to create "anonymous" functions. This...
9
0
Jan 23, 2022 ∙ 1 min
show some statistics
In this code, I didn't use built in function for statistics. I made two function that takes a list argument: 1 - list_average(lst) -->...
10
0
Jan 23, 2022 ∙ 1 min
Python App to Convert temperature in Fahrenheit to Celsius.
I made a function that takes one argument (fah) which is the degree in Fahrenheit def fah_to_cel(fah): # (32°F − 32) × 5/9 = 0°C cel =...
12
0

Nov 25, 2021 ∙ 4 min
Introduction to Statistics
I’ll try here to summarize the introduction of statistics Data Types There are two data types: Quantitative and Categorical. Quantitative...
16
0
Ahmed Shebl
Writer
More actions
bottom of page