top of page

Profile

Join date: Aug 21, 2021

About

0 likes received
0 comments received
0 best answers

Posts (10)

Mar 10, 20222 min
Supervised and Unsupervised Learning in Data Science
Machine Learning Machine Learning is the branch of Artificial Intelligence (AI) which enables the system the ability to automatically...

26
0
Feb 22, 20225 min
Statistical Concepts for Data Science
Statistics is a form of mathematical analysis which uses models and representations for a particular sets of data which makes our...

41
0
2
Jan 20, 20225 min
Time Series Analysis of NAICS (North American Industries Classification System)
Time series analysis is a statistical technique which deals with time-series data. In time series data the data is in a series of...

14
0
Dec 7, 20212 min
Data Visualisation in Python
For this blog post, data from Iris Dataset is used. First we have to import the python libraries that will be used for the data...

12
0
Nov 25, 20213 min
Five Pandas Techniques for Data Manipulations
PANDAS Pandas is a Python library used for working with data sets. It is used for for analysing, cleaning, exploring and manipulating...

16
0
Oct 13, 20212 min
Investigating Netflix Movies and Guest Stars in The Office
1. Welcome! The Office! What started as a British mockumentary series about office culture in 2001 has since spawned ten other variants...

44
0
Sep 28, 20211 min
Python break and continue statements
The break and continue statements in python alters the flow of a normal loop. Example of break state is illustrated below. Here the...

21
0
Sep 28, 20211 min
Python Sets
Python sets are unordered collection of items with no duplicates and the elements cannot be changed. It can be used to perform...

33
0
Sep 17, 20212 min
BMI Calculator using Python
Body mass index (BMI) is the measure of the body fats based on height and weight of a person. High BMI can indicate high body fatness and...

38
1
3
Sep 17, 20212 min
Dice Game Simulation with Python
This is a simple python code for rolling a six sided dice. The program simulates two players and declares the winner to the player who...

44
0
3

Kala Maya Sanyasi

Writer
More actions
bottom of page