
Marehan Refaat
- 3 min
Importing Data in Python
There are a lot of data formats depend on the types of data files (e.g. .csv, .txt, .tsv, .html, .json, Excel spreadsheets, relational...

Marehan Refaat
- 2 min
Pandas Techniques for Data Manipulation in Python
Python is the most preferred language for data scientists. It provides the greater ecosystem of a programming language and the acumen of...

Ajibola Salami
- 3 min
3 Important Applications of Artificial Intelligence in the Retailing Industry
This article discusses three areas where artificial intelligence and robotics are changing the face of retailing.


Marehan Refaat
- 3 min
Project: Investigating Guest Stars in The Office
In this project, we will take a look at a dataset of The Office episodes, and try to understand how the popularity and quality of the...

Marehan Refaat
- 1 min
Arrays in Python
The idea of arrays comes from that we have multiple variables of the same type and we want to put them together like this name1 =...

Marehan Refaat
- 2 min
Functions in Python
A function is a block of code which only runs when it is called. You can pass data, known as parameters, into a function. A function can...

Marehan Refaat
- 1 min
Calculate Grade of students in Final Exams
In this blog, we are going to talk about How to calculate the overall grade of the student in the final exams. The system of the grades...

Time Series Analysis of NAICS: Monthly employment data series from 1997 to 2018
Introduction The North American Industry Classification System or NAICS is a classification of business establishments by type of...


Data cleaning by practice using Python
General Introduction According to Wikipedia, Data cleaning is the process of detecting and correcting (or removing) corrupt or inaccurate...