gerrymanoim / exchange_calendars

Calendars for various securities exchanges.
Apache License 2.0
425 stars 135 forks source link

Ensure ad-hoc holidays are proper Pandas timestamps. #398

Closed jenskeiner closed 3 months ago

jenskeiner commented 3 months ago

Some calendars define ad-hoc holidays not as Pandas timestamps, but as strings. This may cause breaks as the interface mandates a list of Pandas timestamps.

maread99 commented 3 months ago

Thanks @jenskeiner!