ukaegbu daniel
3 min read
IMPORTING, CLEANING AND VISUALIZING DATA
Importing, cleaning, and visualizing data are important aspects of a data science project workflow as they determine the outcome of the...
Sara Ahmed
3 min read
TOP 10 statistical concepts in data science
1)Measures of Central Tendency measures of Central Tendency is a summary measure that describes a whole set of data with a single value...
Sakayo Toadoum Sari
14 min read
--- North American Industry Classification System (NAICS)
The North American Industry Classification System (NAICS) is an industry classification system developed by the statistical agencies of...
Sara Ahmed
2 min read
Cleaning data in python
Having clean data will ultimately increase overall productivity and allow for the highest quality information in your decision-making....
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...
fredy chimire
2 min read
Tuples
Python tuples are a data structure that store an ordered sequence of values. Tuples are immutable. This means you cannot change the...
asma kirli
2 min read
BODY MASS INDEX (BMI) CALCULATOR
Body Mass Index is a simple calculation using a person's height and weight. The formula is BMI = kg/m2 where kg is a person's weight in...
mohamed amine brahmi
1 min read
Email splitter for separating the username and domain name.
in this python mini application i will try to check first if the email given by the use contains '@' so it is may be a real email. email...