File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
sys.path.append(" ../" )
9
9
from datetime import time
10
10
import pandas as pd
11
- import pandas_exchange_calendars as mcal
11
+ import pandas_market_calendars as mcal
12
12
13
13
Setup new exchange calendar
14
14
---------------------------
Original file line number Diff line number Diff line change 4
4
"cell_type" : " markdown" ,
5
5
"metadata" : {},
6
6
"source" : [
7
- " # pandas_market_calendars "
7
+ " # Examples "
8
8
]
9
9
},
10
10
{
956
956
"metadata" : {
957
957
"anaconda-cloud" : {},
958
958
"kernelspec" : {
959
- "display_name" : " Python [default] " ,
959
+ "display_name" : " Python 3 " ,
960
960
"language" : " python" ,
961
961
"name" : " python3"
962
962
},
970
970
"name" : " python" ,
971
971
"nbconvert_exporter" : " python" ,
972
972
"pygments_lexer" : " ipython3" ,
973
- "version" : " 3.4.5 "
973
+ "version" : " 3.6.0 "
974
974
}
975
975
},
976
976
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 7
7
USLaborDay ,
8
8
USThanksgivingDay
9
9
)
10
- from pandas . tslib import Timestamp
10
+ from pandas import Timestamp
11
11
from pytz import timezone
12
12
13
13
from .market_calendar import MarketCalendar
You can’t perform that action at this time.
0 commit comments