is_compatible_timestamp#

is_compatible_timestamp(ts)[source]#

Ensure Pandas Timestamp is naive.

We do not carry timezone information in data, because it would slow us down.

Parameters:

ts (Timestamp) –

Return type:

bool