top of page
Profile
Join date: Aug 26, 2021
About
0 likes received
0 comments received
0 best answers
Posts (9)

Feb 23, 2022 ∙ 5 min
Statistical Concepts for Data Science
INTRODUCTION: Statistics is used in almost all aspects of data science. It is used to analyze, transform and clean data. Evaluate and...
10
0

Jan 20, 2022 ∙ 7 min
ANALYZE THE NAICS DATASET
INTRODUCTION: In this blog, I became the Sherlock Holmes of the dataset and we will explore some key interesting facts and figures from...
12
0

Dec 10, 2021 ∙ 5 min
Data Importing in Python
Introduction: Before doing any data cleaning, wrangling and visualizing, we need to know how to get data into Python. Data is available...
44
1

Nov 22, 2021 ∙ 5 min
Data Analysis with Pandas functions
Introduction In this blog, I want to explain the Pandas function that is helpful to find interesting information from data. I used the...
14
0

Oct 18, 2021 ∙ 5 min
Exploring Interesting Information From The Office Dataset
Introduction: The Office is an American television series that describe the everyday work lives of office employees within the Scranton,...
260
0

Oct 6, 2021 ∙ 5 min
Python Concept for Data Science: Decision Making Statements
Introduction: In your programming journey, decision making will be with you from the beginning to the end. At every stage, you need to...
18
2
Oct 5, 2021 ∙ 4 min
Python Concept for Data Science : Dictionaries
What are Python Dictionaries? Dictionary is a built-in Python Data Structure that is mutable. It is similar to List, Set, and Tuples....
55
0
Sep 21, 2021 ∙ 3 min
Finding Prime Numbers using Python
OVERVIEW: First, what is prime number? A prime number is a natural number greater than 1 that is not a product of two smaller natural...
268
1
2
Sep 21, 2021 ∙ 2 min
Temperature Conversions using Python
OVERVIEW: In this blog post, we will learn the conversion of temperature in different scales. The three most common temperature scales...
5961
1
1
mairajsaleem92
Writer
More actions
bottom of page