top of page
Profile
Join date: Sep 17, 2021
About
0 likes received
0 comments received
0 best answers
Posts (9)
Mar 28, 2022 ∙ 4 min
Basic Statistics Techniques Essential for Data Science
In this blog post we will discuss some common concepts and techniques frequently used by a data scientist which are as follows:...
16
0
Jan 21, 2022 ∙ 6 min
Understanding and Analysis Of NAICS Dataset
Introduction The North American Industry Classification System (NAICS) is an industry classification system developed by the statistical...
27
0
1
Dec 9, 2021 ∙ 3 min
Basic Data Visualization using Seaborn
In this blog we will apply some basic statistical univariate and bivariate techniques to visualize and gain insights on the iris...
14
0
Nov 21, 2021 ∙ 3 min
Popular Pandas DataFrame Techniques For Data Manipulation
Introduction Pandas is a very popular and flexible python based library for data analysis and manipulation. Pandas provides a table like...
17
0
Oct 8, 2021 ∙ 3 min
Investigating Guest Stars in The Office
The Office! What started as a British mockumentary series about office culture in 2001 has since spawned ten other variants across the...
22
0
Oct 4, 2021 ∙ 3 min
A Quick Introduction to Lists in Python
Lists in python are mutable ordered sequence datatype. They are heterogenous i.e. each item in the list doesn't need to be of the same...
21
0
Oct 4, 2021 ∙ 4 min
A Quick Introduction to Numpy
Numpy stands for Numbers in python and is a powerful library for processing multi-dimensional arrays. Numpy is popular for its...
18
0
Sep 20, 2021 ∙ 1 min
Temperature Convertor
Two frequently used temperature scales are degree Celsius and degree Kelvin. In this blog a simple python application is built that...
19
1
Sep 20, 2021 ∙ 1 min
Basic Calculator Application
A simple calculator made using if else condition that performs 5 basic mathematic operation between two numbers( addition, subtraction,...
13
1
1
Rubash Mali
Writer
More actions
bottom of page