data
31 articles tagged “data”
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…
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…
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…
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…
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”…
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…
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.…
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…
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…
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…