top of page

Profile


About

0 likes received
0 comments received
0 best answers

Posts

Feb 26, 2022
Statistical concepts you need to know as a Data Scientist
This article shows some important statistical concepts for a Data Scientist. All of the code can be accessed from the jupyter notebook on...
Jan 20, 2022
Time series Analysis for NAICS in Python
Time series analysis is a specific way of analyzing a sequence of data points collected over an interval of time. In time series...
Dec 7, 2021
Importing data from seven different file types in Python
This article is focused on explaining the different ways you can bring data into python with examples. Python has libraries like numpy...
Nov 20, 2021
Important Pandas techniques you need to know as a Data role
1. Crosstabs Cross tabulation is a technique that allows you to summarize the data in categorical variables and examine it to determine...
Oct 17, 2021
Did introducing guest stars make The Office episodes more lovable?
The Office is an American Mockumentary sitcom television series that depicts the everyday lives of office employees in the Scranton,...
Oct 13, 2021
Packaging and Publishing a Python Program
This article aims to explain how a Python program can be packaged and published so that other users and developers could access and use...
Oct 13, 2021
Functions in Python and Python Functions
In programming, functions are blocks of code that accomplish a specific computation task. In other words, a set of instructions bundled...
Sep 22, 2021
Countdown timer in Python
In this article, we are going to see how we can write a countdown timer with python. Lets first review the whole bunch of code and look...
Sep 21, 2021
Roman numbers to decimal converter tool with Python
This article explains how we can build a tool than helps converting a Roman number to its equivalent decimal representation. Lets first...

Abdi Tolesa

Writer
More actions
bottom of page