rsheftel / pandas_market_calendars

Exchange calendars to use with pandas for trading applications
MIT License
804 stars 173 forks source link

Update market_calendar.py #332

Closed kentonself closed 9 months ago

kentonself commented 9 months ago

open_at_time was receiving a future warning for the replace call.

Changed replace() to map()