Skip to content

Commit bad7db4

Browse files
authored
ENH: Update CFF with publication reference, Zenodo DOI, and other details (#56589)
Add McKinney (2010) reference, DOI, team website, & more keywords
1 parent 7cba64e commit bad7db4

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

CITATION.cff

+39-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,50 @@ title: 'pandas-dev/pandas: Pandas'
33
message: 'If you use this software, please cite it as below.'
44
authors:
55
- name: "The pandas development team"
6+
website: "https://pandas.pydata.org/about/team.html"
67
abstract: "Pandas is a powerful data structures for data analysis, time series, and statistics."
8+
doi: 10.5281/zenodo.3509134
79
license: BSD-3-Clause
810
license-url: "https://github.com/pandas-dev/pandas/blob/main/LICENSE"
911
repository-code: "https://github.com/pandas-dev/pandas"
1012
keywords:
1113
- python
1214
- data science
15+
- flexible
16+
- pandas
17+
- alignment
18+
- data analysis
1319
type: software
14-
url: "https://github.com/pandas-dev/pandas"
20+
url: "https://pandas.pydata.org/"
21+
references:
22+
- type: article
23+
authors:
24+
- given-names: Wes
25+
family-names: McKinney
26+
affiliation: AQR Capital Management, LLC
27+
28+
title: Data Structures for Statistical Computing in Python
29+
doi: 10.25080/Majora-92bf1922-00a
30+
license: CC-BY-3.0
31+
start: 56
32+
end: 61
33+
year: 2010
34+
collection-title: Proceedings of the 9th Python in Science Conference
35+
collection-doi: 10.25080/Majora-92bf1922-012
36+
collection-type: proceedings
37+
editors:
38+
- given-names: Stéfan
39+
name-particle: van der
40+
family-names: Walt
41+
- given-names: Jarrod
42+
family-names: Millman
43+
conference:
44+
name: 9th Python in Science Conference (SciPy 2010)
45+
city: Austin, TX
46+
country: US
47+
date-start: "2010-06-28"
48+
date-end: "2010-07-03"
49+
keywords:
50+
- data structure
51+
- statistics
52+
- R

0 commit comments

Comments
 (0)