fact_visitors {powerbiR} | R Documentation |
A fact table showing individual visitors and their transactions on an e-commerce website.
fact_visitors
A data frame with 10,033 rows and 5 columns:
Unique identifier of the visitor.
Unique identifier of the transactions.
The value of the transaction in USD.
The time of visit in minutes since 1970-01-01.
Foreign key referring to dim_hour.
Anonymized data from google analytics.