Skip to content

Commit f182143

Browse files
committed
Updates for rsheftel#8
1 parent e65a7c3 commit f182143

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/usage.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Examples
88
sys.path.append("../")
99
from datetime import time
1010
import pandas as pd
11-
import pandas_exchange_calendars as mcal
11+
import pandas_market_calendars as mcal
1212
1313
Setup new exchange calendar
1414
---------------------------

examples/usage.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# pandas_market_calendars"
7+
"# Examples"
88
]
99
},
1010
{
@@ -956,7 +956,7 @@
956956
"metadata": {
957957
"anaconda-cloud": {},
958958
"kernelspec": {
959-
"display_name": "Python [default]",
959+
"display_name": "Python 3",
960960
"language": "python",
961961
"name": "python3"
962962
},
@@ -970,7 +970,7 @@
970970
"name": "python",
971971
"nbconvert_exporter": "python",
972972
"pygments_lexer": "ipython3",
973-
"version": "3.4.5"
973+
"version": "3.6.0"
974974
}
975975
},
976976
"nbformat": 4,

pandas_market_calendars/exchange_calendar_ice.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
USLaborDay,
88
USThanksgivingDay
99
)
10-
from pandas.tslib import Timestamp
10+
from pandas import Timestamp
1111
from pytz import timezone
1212

1313
from .market_calendar import MarketCalendar

0 commit comments

Comments
 (0)