Skip to content

data

31 articles tagged “data”

Storing semi-structured data in Snowflake

Blog

December 5, 2024

Storing semi-structured data in Snowflake

Introduction Snowflake's definition on their website is as follows: “A single, fully managed platform that powers the AI Data Cloud. Snowflake securely connects businesses globally…

UX/UI Design: Most Commonly Used Charts

Blog

August 15, 2023

UX/UI Design: Most Commonly Used Charts

In order to successfully convey certain information to an audience or a user, we often come into a situation where we need to visualize the…

Benefits of Data Visualization

Blog

March 28, 2023

Benefits of Data Visualization

It is usually said that a picture is worth a thousand words. In the world of data, we could say that one graph is worth…

Outliers in data and how to detect them

Blog

March 23, 2023

Outliers in data and how to detect them

Outliers: how do they happen and why are they important? Outliers are extreme values of the data. They are record values that significantly differ from…

Comparing different plotting systems in R

Blog

February 24, 2023

Comparing different plotting systems in R

Data visualization is the step in the data analysis process where, if done right, “[…] gives you answers to questions you didn’t know you had”…

The role of Data Analytics in the function of Map Quality

Blog

January 18, 2023

The role of Data Analytics in the function of Map Quality

What is a map? A map is a symbolic representation of selected characteristics of a place, usually drawn on a flat surface. Maps represent information about…

Data-centric AI / Big data vs. Good data

Blog

January 10, 2023

Data-centric AI / Big data vs. Good data

We can agree that AI is not a one-size-fits-all solution. However, for many companies, AI can provide significant benefits and help drive growth and success.…

How to Ensure Data Integrity?

Blog

December 14, 2022

How to Ensure Data Integrity?

The World of Data If one were to look at the world's highest-performing companies right now by market cap, one'd notice that 4 out of…

Tips and tricks when presenting data

Blog

September 12, 2022

Tips and tricks when presenting data

Presenting data is not an easy task, however effortless it may seem to us when listening to some people do it. Especially when presenting your…

Pandas Profiling for data exploration

Blog

August 29, 2022

Pandas Profiling for data exploration

Introduction to Pandas Profiling Pandas profiling is an extended version of the standard Python pandas library for data manipulation and exploration. However, the initial data…