Question 9
When joining datasets from different time zones, you discover that some timestamps lack timezone information. What is the safest approach?
Assume all missing timestamps are in UTC for simplicity
Infer timezone from metadata or location, document assumptions, and flag inferred values
Reject any records that do not have explicit timezone information
The code fails because the data contains timestamps in a non-UTC time zone that pandas cannot parse.