Marehan Refaat
3 min read
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 read
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 read
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 read
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 read
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 read
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 read
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...
Kouamé Maïzan Alain Serge Kossonou
5 min read
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...
Jan Daniel Gonzalvo
1 min read
Simple AI Greeter using Datetime and String Formatting
Ever wanted to have a personal AI greet you depending on what time it is? You can do it now with simple string formatting and little bit of