James Owusu-Appiah
5 min read
QS World Ranked Universities Analysis
QS WORLD RANKED UNIVERSITIES ANALYSIS This is in fulfillment of my final project as part of Data Insight Data Scientist Program. My final...
James Owusu-Appiah
8 min read
TIME SERIES ANALYSIS OF NAICS
NAICS The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying...
James Owusu-Appiah
1 min read
Universal Gravitation Calculator
Newton's Law Of Universal Gravitation Calculator The law entails that objects with mass feel an attractive force that is proportional to...
James Owusu-Appiah
1 min read
Body Mass Index (BMI) Calculator
Body Mass Index (BMI) Calculator Body Mass Index is an approximate measure of whether someone is over or underweight, calculated by...
James Owusu-Appiah
3 min read
Functions In Python
Python Functions A function is a piece of code that performs a specific task and only runs when called. It is made up of a set of...
tasnim assali
4 min read
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...
aya abdalsalam
2 min read
Functions In Python
Function created by keyword called def
Add function Name which should be lower case and not python keywords and separate it by underscore
Rawda Rumaieh
1 min read
calculate your BMI for better health
As obesity doesn't only affect your physical health it can have a damaging effect on the quality of life. thus evaluating the body mass...
bismark boateng
1 min read
Guessing Game
This is an interactive app where the program accepts input from the user , the app randomly generate a value between the two user's input...