Skip to content

Commit 40e533b

Browse files
authored
Merge pull request #122 from hugovk/patch-1
Add pandas timeline
2 parents 718798d + 6fa4fc2 commit 40e533b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site.js

+4
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ $(document).ready(function (){
120120
{content: '7.x', start: '2018-12-01', end:'2019-12-12'},
121121
{content: '8.x', start: '2019-12-12', end:'2020-12-01'},
122122
],
123+
'pandas':[
124+
{content: 'Python 2 & 3', start: '2011-10-10', end:'2018-12-31', py2:true},
125+
{content: 'Python 3 only', start: '2019-01-01', end:'2021-12-16'},
126+
],
123127
'Numpy':[
124128
{content: 'Py 2 & 3 full', start: '2010-08-31', end:'2018-12-31', py2:true},
125129
{content: 'Py 2 bug fix', start: '2019-01-01', end:'2019-12-31', py2:true},

0 commit comments

Comments
 (0)