James Owusu-Appiah
5 min read
QS World Ranked Universities Analysis
QS WORLD RANKED UNIVERSITIES ANALYSIS This is in fulfillment of my final project as part of Data Insight Data Scientist Program. My final...
James Owusu-Appiah
3 min read
TensorFlow and Deep Learning In Python
TensorFlow TensorFlow is a free and open-source software library for artificial intelligence and machine learning. Although it may be...
James Owusu-Appiah
7 min read
Understanding Fundamental Statistical Concepts In Data Science
What Is Statistics? Statistics is a form of mathematical analysis that uses quantified models and representations for a given set of...
James Owusu-Appiah
8 min read
TIME SERIES ANALYSIS OF NAICS
NAICS The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying...
James Owusu-Appiah
4 min read
IMPORTING AND CLEANING DATA IN PYTHON
Importing Data In Python We need datasets for data analysis. Python has various modules which help us in importing the external data in...
Sujan Karki
5 min read
Data Cleaning in Python
After data extraction/collection, the data needs to be cleaned before analysis. Data cleaning is an important task in data science since...
Sujan Karki
5 min read
Combining and Aggregating Data in Python
While analyzing data, there might arise situations where the data required is available in different tables. In such situations, one...
Yosef Zeru Seyoum
10 min read
Pandas Techniques for Easy Data Manipulation
Introduction pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis...
Yosef Zeru Seyoum
2 min read
Python Lists
Introduction Python is one of the world's most widely held programming languages, and the reason behind its popular acceptance includes,...