Skip to content

Commit 31ea00d

Browse files
authored
Merge pull request #199 from korbonits/add-pandas
add pandas
2 parents a4a086f + 42cfd9b commit 31ea00d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,13 @@ const projectList = [
111111
projectLink: 'https://github.com/numpy/numpy/contribute',
112112
description: 'Scientific computing with Python!',
113113
tags: ['Python', 'Math', 'Module', 'Docs'],
114-
},
115-
{
114+
}, {
115+
name: 'pandas',
116+
imageSrc: 'https://camo.githubusercontent.com/981d48e57e23a4907cebc4eb481799b5882595ea978261f22a3e131dcd6ebee6/68747470733a2f2f70616e6461732e7079646174612e6f72672f7374617469632f696d672f70616e6461732e737667',
117+
projectLink: 'https://github.com/pandas-dev/pandas/contribute',
118+
description: 'pandas: powerful Python data analysis toolkit',
119+
tags: ['Python', 'data science', 'data analysis', 'math', 'Module']
120+
}, {
116121
name: 'Elasticsearch',
117122
imageSrc: 'https://avatars2.githubusercontent.com/u/6764390?v=3&s=100',
118123
projectLink: 'https://github.com/elastic/elasticsearch/contribute',

0 commit comments

Comments
 (0)