The big O

In this article, I will focus on explaining the big O notation that you can find with any algorithm. This notation is important to understand when you are dealing with algorithms. You need to understand the impact of using your selected algorithm in term of run time and this is what the big O notation…

My Path Towards Data Science

OK I admit it! This title is a bit presumptuous, I should have named it something like “My path towards data analysis with python”, but temptation was too great; I had to have a clickbait title for this one… and here you are 😉 . In my company, there are proper data scientists and we…

7 traits of a good data analyst

What makes a good data analyst? This is a question that I often pose to my colleagues when I’m training them to become more engaged in web analytics. More specifically, I ask them to consider the character traits they might expect of someone with this role, and then to reflect on whether traits, such as…

Adobe Analytics API : The statement class

The Statement Class in the Python Adobe Analytics API This Class (or method in the library) will provide you some additional methods to manipulate the statement you want to use for the Adobe Analytics API. The important information is that this is a class and therefore an instance hast to be created to really use…

Adobe Analytics API – Introduction

Introduction to Adobe Analytics API : 1.4 This post is the introduction for the tutorial of the python module of the Adobe Analytics API (v1.4). If you land here and want to get to know how to connect to the Adobe Analytics API 2.0 you may want to go to this blog post. In this…

Data & Web Analysis for everyone

Data analysis is not only for business manager / programmer/ scientist This post will repeat a bit the one about web analytics vs data analytics (you can read it here) but it is still a bit different. I will focus more on how different profile complete each other so much and why is so good…

Steps to realize a data analysis

The 3 steps to realize a proper data analysis Language to choose for Data Analyst Language to choose for Data Analyst When we are talking about Data Analyst we can use very different languages in order to realize the tasks that are going to be necessary for the analysis. In general, three different steps come in every…