Posted at 07:35h
in
Blogs
by cndro
In this article, I will show you how to normalize data point axis in Tableau. Recently, I got a request to build a Panel chart of all the measures in a data set and I came up with something below (I built this with a...
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 12:57h
in
Uncategorized
by cndro
The Wix Data API allows you to work with your database collections using code and gives you more capabilities than what is available in the Editor alone. You can use this API to work with your site’s registered users. This API lets you get information about...
Posted at 17:13h
in
Uncategorized
by cndro
Azure blob storage is a Microsoft Azure feature that allows users to store a large amount of unstructured data. Azure blob storage can be used as a Delta Lake where you keep all the data that belongs to your organization. Blob is an acronym and...
Posted at 09:22h
in
Uncategorized
by cndro
Extensible Markup Language(XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. XML uses a series of simple tags to describe data and these tags can be created in an easier way.CSV...
Posted at 17:14h
in
Uncategorized
by cndro
Introduction
Athena is a serverless query service that allows you to run SQL queries on your data stored in S3. It can easily query large datasets (or Data Lakes), whether they are structured, unstructured, or semi-structured data. A database in Athena is a logical grouping for tables...
Posted at 13:39h
in
Uncategorized
by cndro
Introduction
The snowflake connector is a native, pure Python package that does not depend on JDBC or ODBC. It can be installed using pip on Linux, macOS, and Windows platforms where Python 3.6 and upwards are installed. The connector supports developing applications using the Python Database...
Posted at 00:35h
in
Uncategorized
by cndro
Introduction
ETL Tools can deliver instant data integration solutions to help businesses in saving time, cost, and resources. Recently, there has been an increase in usage of Alteryx and Fivetran by companies. Both have gained a lot of attention as several companies are really adopting them....
Posted at 23:09h
in
Uncategorized
by cndro
At the beginning of my Tableau Journey back then in 2018, I was going through a goal news edition and I came across something similar to the image below.
I thought about it, what if I can do something similar in Tableau with the previous function....
Posted at 21:26h
in
Uncategorized
by cndro
Introduction
Data Warehousing is an evolving field. The old models of data warehousing such as batch processing and ETL (extract, transform, load) are inefficient for modern data-intensive applications. Data warehouses can’t handle the number of concurrent updates that occur when they’re in use. Snowflake is a...