Hour
One row represents: One row per observed hour.
- Rows in this table
- 17,379
- Connects to
- Day
This preview shows a sample, not the full download.
| instant | dteday | season | yr | mnth | hr | holiday | weekday | workingday | weathersit | temp | atemp |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 2011-01-01 | 1 | 0 | 1 | 0 | 0 | 6 | 0 | 1 | 0.24 | 0.2879 |
| 2 | 2011-01-01 | 1 | 0 | 1 | 1 | 0 | 6 | 0 | 1 | 0.22 | 0.2727 |
| 3 | 2011-01-01 | 1 | 0 | 1 | 2 | 0 | 6 | 0 | 1 | 0.22 | 0.2727 |
| 4 | 2011-01-01 | 1 | 0 | 1 | 3 | 0 | 6 | 0 | 1 | 0.24 | 0.2879 |
| 5 | 2011-01-01 | 1 | 0 | 1 | 4 | 0 | 6 | 0 | 1 | 0.24 | 0.2879 |
Hour data dictionary
Check identifiers, dates, numeric fields, and missing values before writing a query or building a chart.
| Column | What it means | Data type | Missing values | Key or requirement |
|---|---|---|---|---|
| instant | Source row number. | integer | 0 | Required |
| dteday | Calendar date. | date | 0 | Required |
| season | Season code 1-4. | integer | 0 | Required |
| yr | 0 for 2011; 1 for 2012. | integer | 0 | Required |
| mnth | Month 1-12. | integer | 0 | Required |
| hr | Hour 0-23. | integer | 0 | Required |
| holiday | Holiday indicator. | integer | 0 | Required |
| weekday | Weekday code. | integer | 0 | Required |
| workingday | Working-day indicator. | integer | 0 | Required |
| weathersit | Weather situation code. | integer | 0 | Required |
| temp | Normalized temperature. | decimal | 0 | Required |
| atemp | Normalized apparent temperature. | decimal | 0 | Required |
| hum | Normalized humidity. | decimal | 0 | Required |
| windspeed | Normalized wind speed. | decimal | 0 | Required |
| casual | Casual rentals. | integer | 0 | Required |
| registered | Registered rentals. | integer | 0 | Required |
| cnt | Total rentals. | integer | 0 | Required |
