Data Visualization in Databricks
Gang Wang
Senior Data Scientist
 
 

Choropleth Maps

Marker Maps

Dataset: Online retail dataset from Databricks
| Column Name | Details | 
|---|---|
| InvoiceNo | Unique identifier for each invoice | 
| StockCode | Identifier for the stock item purchased | 
| Quantity | Number of units of the stock item purchased in the transaction | 
| InvoiceDate | Date and time when the transaction occurred | 
| UnitPrice | Price per unit of the stock item | 
| CustomerID | Unique identifier for the customer making the purchase | 
| Country | Geographical location where the purchase was made | 
| Latitude/Longitude | Latitude/Longitude coordinate of the transaction location | 
Data Visualization in Databricks