Posted at 09:18h
in
Blogs
by cndro
API is the acronym for Application Programming Interface, which is a software middleman that allows two applications to interact with each other. Each time we use an application like Facebook, send an instant message or check the weather on your phone and any other apps,...
Posted at 14:06h
in
Blogs
by cndro
Introduction
-In our day-to-day activities, we are all faced with problems or challenges we must overcome for us to move ahead. Let’s define what a problem is. A problem is regarded as a situation unwelcomed or harmful that needs to be dealt with. It can also...
Posted at 15:27h
in
Blogs
by cndro
It is no news that data skills are high in demand in every sector of the business world. Businesses of all sizes, ranging from small to large are searching continuously for individuals that possess excellent data skills and the wise thing anyone would do is to jump on this data train heading to the future...
Posted at 15:26h
in
Blogs
by cndro
This post is a quick guide on how to automatically start and stop EC2 instances on Amazon Web Services (AWS). Amazon Elastic Compute Cloud (EC2) instances are like virtual servers on AWS. AWS is a cloud computing platform and EC2s help business subscribers run application...
Posted at 15:25h
in
Blogs
by cndro
It is no news that Tableau, as a business intelligence software, has made data visualization completely easy for both programmers and non-programmers. Python, on the other hand, is a programming language widely used in the world of data and it is most popular for its strengths in predictive analysis and machine learning. If somehow, we could possibly merge...
Posted at 15:24h
in
Blogs
by cndro
There are many languages used in the world of data analysis and R, as you probably just guessed, is one of them. According to Wikipedia, R is a language mostly used by statisticians and data miners to build statistical software and data analysis. Integrating R with Tableau will help...
Posted at 15:24h
in
Blogs
by cndro
When you say “I hate programming”, you are most likely echoing the voice of many others that feel the same way you do about programming. In this blog post, I am going to tell you 3 ways you can spark your interest and start liking...
Posted at 15:23h
in
Blogs
by cndro
Transitioning or switching to a career in data analysis is not a piece of cake, especially if your current career path is non-technical. It is a road paved with many obstacles and you can get overwhelmed and frustrated somewhere along the line. In this blog...
Posted at 15:22h
in
Blogs
by cndro
There are different methods used in communicating with the Tableau Server, but one of the outstanding methods is through the Tableau Server Client (TSC). The tableau server is one of the tools in the tableau software product suite. You can read about tableau and it’s tools here. In this...
Posted at 15:21h
in
Blogs
by cndro
Most times in Python, you get to import just one file using pandas by pd.read(filename) or using the default open() and read() function in. But news flash, you can actually do more!! In this article, I am going to show you how to import multiple...