top of page
Profile
Join date: Aug 21, 2021
About
0 likes received
0 comments received
0 best answers
Posts (9)
Feb 23, 2022 ∙ 4 min
Statistical Concepts for Data Science
In this blog, I'm going to introduce 10 Statistical Concepts for Data Science. all results of implemented code are here in my notebook...
16
0
Jan 17, 2022 ∙ 3 min
analyse the economies of United States, Mexico, and Canada ( NAICS Project)
In this post, I explain my analyses of NAICS datasets. The North American Industry Classification System known as NAICS, an industry...
51
0
Nov 20, 2021 ∙ 2 min
Importing Data in Python
In this blog, I'm going to show a tutorial on how to import data in python for different types of data files. Python offers modules that...
41
0
Nov 5, 2021 ∙ 1 min
Project: Investigating Guest Stars in The Office
In this blog, I will show a tutorial on how to analyze data related to the known show "The Office" episodes. First, I read the CSV and...
22
0
Oct 30, 2021 ∙ 2 min
5 Pandas Techniques in Python
In this post, I will identify 5 useful pandas techniques in python to show its powerful tools. Each tool will be demonstrated with a...
42
2
Sep 29, 2021 ∙ 1 min
Python Functions
A function is a block of code which only runs when it is called. You can pass data, known as parameters, into a function. A function can...
20
1
Sep 29, 2021 ∙ 2 min
Python Lists
Python offers a range of compound data types often referred to as sequences. list is one of the most frequently used and very versatile...
30
0
Sep 6, 2021 ∙ 1 min
Read a List as input and sort it with Python
In this post, I'm going to demonstrate reading a giving list from the user and sort it using Python. First of all, we will start with...
17
0
Sep 6, 2021 ∙ 1 min
Count character occurrences
In this post, I aim to represent how to get the number of occurrences of a character in a given word, phrase, or sentence using Python....
24
0
tasnim assali
Writer
More actions
bottom of page