# View: int_dbt_prod_spotify_track_audio_features

**View Name:** int_dbt_prod_spotify_track_audio_features
**Table Source:** `INTELLIGENCE.DBT_PROD.SPOTIFY_TRACK_AUDIO_FEATURES`
**File Path:** `int_dbt_prod_spotify_track_audio_features.view.lkml`

## Overview

- **File Size:** 16261 bytes
- **Lines of Code:** 426
- **Dimensions:** 28
- **Measures:** 14
- **Dimension Groups:** 0
- **Filters:** 0

## Comments & Notes

- primary_key: yes

## Dimensions

| Name | Type |
|------|------|
| `LICENSOR` | string |
| `ISRC` | string |
| `ACOUSTICNESS` | number |
| `ANALYSIS_URL` | string |
| `DANCEABILITY` | number |
| `DURATION_MS` | number |
| `DURATION_S` | number |
| `ENERGY` | number |
| `ID` | string |
| `INSTRUMENTALNESS` | number |
| `KEY` | string |
| `LIVENESS` | number |
| `LOUDNESS` | number |
| `MODE` | string |
| `SPEECHINESS` | number |
| `TEMPO` | number |
| `TIME_SIGNATURE` | string |
| `TRACK_HREF` | string |
| `TYPE` | string |
| `URI` | string |
| `VALENCE` | number |
| `DANCEABILITY_DISCRETE` | string |
| `ACOUSTICNESS_DISCRETE` | string |
| `LIVENESS_DISCRETE` | string |
| `LOUDNESS_DISCRETE` | string |
| `VALENCE_DISCRETE` | string |
| `ENERGY_DISCRETE` | string |
| `is_selected` | yesno |

## Measures

| Name | Type |
|------|------|
| `ACOUSTICNESS_AVG` | average |
| `DANCEABILITY_AVG` | average |
| `DURATION_MS_AVG` | average |
| `DURATION_S_AVG` | average |
| `ENERGY_AVG` | average |
| `INSTRUMENTALNESS_AVG` | average |
| `key_avg` | average |
| `LIVENESS_AVG` | average |
| `LOUDNESS_AVG` | average |
| `LOUDNESS_AVG_NORMALISED` | average |
| `SPEECHINESS_AVG` | average |
| `TEMPO_AVG` | average |
| `TIME_SIGNATURE_AVG` | average |
| `VALENCE_AVG` | average |

