rsheftel / pandas_market_calendars

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

Various fixes to support Pandas 2.1.x where Index.map() no longer pas… #280

Closed muttermachine closed 1 year ago

muttermachine commented 1 year ago

Various fixes to support Pandas 2.1.x where Index.map() no longer passes through the index, it only passes through the elements of the index, and date time parsing is more eager to use second-level granularity rather than ns level.

279

github-actions[bot] commented 1 year ago

Please re-open this PR against the dev branch. For more information, consult CONTRIBUTING.md.