|
2 | 2 |
|
3 | 3 | ## Citing pandas
|
4 | 4 |
|
5 |
| -If you use _pandas_ for a scientific publication, we would appreciate citations to one of the following papers: |
| 5 | +If you use _pandas_ for a scientific publication, we would appreciate citations to the published software and the |
| 6 | +following paper: |
| 7 | + |
| 8 | +- [pandas on Zenodo](https://zenodo.org/record/3715232#.XoqFyC2ZOL8), |
| 9 | + Please find us on Zenodo and replace with the citation for the version you are using. You cna replace the full author |
| 10 | + list from there with "The pandas development team" like in the example below. |
| 11 | + |
| 12 | + @software{reback2020pandas, |
| 13 | + author = {The pandas development team}, |
| 14 | + title = {pandas-dev/pandas: Pandas}, |
| 15 | + month = feb, |
| 16 | + year = 2020, |
| 17 | + publisher = {Zenodo}, |
| 18 | + version = {latest}, |
| 19 | + doi = {10.5281/zenodo.3509134}, |
| 20 | + url = {https://doi.org/10.5281/zenodo.3509134} |
| 21 | + } |
6 | 22 |
|
7 | 23 | - [Data structures for statistical computing in python](https://conference.scipy.org/proceedings/scipy2010/pdfs/mckinney.pdf),
|
8 | 24 | McKinney, Proceedings of the 9th Python in Science Conference, Volume 445, 2010.
|
9 | 25 |
|
10 |
| - @inproceedings{mckinney2010data, |
11 |
| - title={Data structures for statistical computing in python}, |
12 |
| - author={Wes McKinney}, |
13 |
| - booktitle={Proceedings of the 9th Python in Science Conference}, |
14 |
| - volume={445}, |
15 |
| - pages={51--56}, |
16 |
| - year={2010}, |
17 |
| - organization={Austin, TX} |
18 |
| - } |
19 |
| - |
20 |
| - |
21 |
| -- [pandas: a foundational Python library for data analysis and statistics](https://www.scribd.com/document/71048089/pandas-a-Foundational-Python-Library-for-Data-Analysis-and-Statistics), |
22 |
| - McKinney, Python for High Performance and Scientific Computing, Volume 14, 2011. |
23 |
| - |
24 |
| - @article{mckinney2011pandas, |
25 |
| - title={pandas: a foundational Python library for data analysis and statistics}, |
26 |
| - author={Wes McKinney}, |
27 |
| - journal={Python for High Performance and Scientific Computing}, |
28 |
| - volume={14}, |
29 |
| - year={2011} |
| 26 | + @InProceedings{ mckinney-proc-scipy-2010, |
| 27 | + author = { {W}es {M}c{K}inney }, |
| 28 | + title = { {D}ata {S}tructures for {S}tatistical {C}omputing in {P}ython }, |
| 29 | + booktitle = { {P}roceedings of the 9th {P}ython in {S}cience {C}onference }, |
| 30 | + pages = { 56 - 61 }, |
| 31 | + year = { 2010 }, |
| 32 | + editor = { {S}t\'efan van der {W}alt and {J}arrod {M}illman }, |
| 33 | + doi = { 10.25080/Majora-92bf1922-00a } |
30 | 34 | }
|
31 | 35 |
|
32 | 36 | ## Brand and logo
|
|
0 commit comments