issues
search
rsheftel
/
pandas_market_calendars
Exchange calendars to use with pandas for trading applications
MIT License
804
stars
173
forks
source link
Add CME Globex Crypto Calendar and major file location refactoring
#278
Closed
richardcbam
closed
1 year ago
richardcbam
commented
1 year ago
Add CME Globex Crypto calendar
Fix all failing tests except for test_good_friday_rule
Move exchange_calendar*.py files to pandas_market_calendar/exchange_calendars/
Move holidays_*.py to pandas_market_calendar/holidays/
Further questions:
Reformat everything with Black formatter or similar? Many Python files seem to currently have their own style.
Rename the root pandas_market_calendars directory to src to follow
convention
?
Further questions: