Closed
Description
Feature Type
-
Adding new functionality to pandas
-
Changing existing functionality in pandas
-
Removing existing functionality in pandas
Problem Description
In #61084 (review), suggesting that tzdata
should be added to the _hard_dependencies
list.
Feature Description
Extend current _hard_dependencies
from ("numpy", "dateutil")
to ("numpy", "dateutil", "tzdata")
.
Alternative Solutions
No
Additional Context
No response