You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.qmd
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The package comes with the following datasets:
27
27
-**date**:
28
28
- Contains date-related information, including date, week, month, quarter, and year for use in time-based analysis.
29
29
30
-
-**order**:
30
+
-**orders**:
31
31
- Contains information about individual orders, including order key, customer key, order date, and store information.
32
32
33
33
-**orderrows**:
@@ -40,6 +40,8 @@ The package comes with the following datasets:
40
40
41
41
This dataset is perfect for practicing time series analysis, financial modeling, or any business intelligence-related tasks.
42
42
43
+
Using view, you can see the columns' label using the [labelled](https://larmarange.github.io/labelled/index.html) package.^[Inspiration from [Crystal Lewis](https://cghlewis.com/blog/dict_clean/) excellent blog post]
44
+
43
45
The data is sourced from the [sqlbi](https://github.com/sql-bi/Contoso-Data-Generator-V2-Data/releases/tag/ready-to-use-data) github site
0 commit comments