Understanding Data Science
Sara Billen
Curriculum Manager
$$

$$

$$
More than one data source:
Different data types:

| Data | Source | Frequency |
|---|---|---|
| Weather conditions | National Weather Service API | Every 30 minutes |
| Tweets in your area | Twitter API | Real-time stream |
| Indoor temperature | Smart home thermostat | Every 5 minutes |
| Status of lights | Smart light bulbs | Every minute |
| Status of locks | Smart door locks | Every 15 seconds |
| Energy consumption | Smart meter | Weekly |

| Source | Frequency |
|---|---|
| National Weather API | Every 30 minutes |
| Twitter API | Real-time stream |
| Smart home thermostat | Every 5 minutes |
| Smart light bulbs | Every minute |
| Smart door locks | Every 15 seconds |
| Smart meter | Weekly |

$$ Example transformations:
Data preparation and exploration does not occur at this stage


Understanding Data Science