top of page

Profile


About

0 likes received
0 comments received
0 best answers

Posts

Feb 23, 2022
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...
Jan 17, 2022
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...
Nov 20, 2021
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...
Nov 5, 2021
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...
Oct 30, 2021
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...
Sep 29, 2021
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...
Sep 29, 2021
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...
Sep 6, 2021
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...
Sep 6, 2021
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....

tasnim assali

Writer
More actions
bottom of page