web/pandas/about/citing.md
If you use pandas for a scientific publication, we would appreciate citations to the published software and the following paper:
pandas on Zenodo, Please find us on Zenodo and replace with the citation for the version you are using. You can replace the full author list from there with "The pandas development team" like in the example below.
@software{reback2020pandas,
author = {The pandas development team},
title = {pandas-dev/pandas: Pandas},
month = feb,
year = 2020,
publisher = {Zenodo},
version = {latest},
doi = {10.5281/zenodo.3509134},
url = {https://doi.org/10.5281/zenodo.3509134}
}
Data structures for statistical computing in python, McKinney, Proceedings of the 9th Python in Science Conference, Volume 445, 2010.
@InProceedings{ mckinney-proc-scipy-2010,
author = { {W}es {M}c{K}inney },
title = { {D}ata {S}tructures for {S}tatistical {C}omputing in {P}ython },
booktitle = { {P}roceedings of the 9th {P}ython in {S}cience {C}onference },
pages = { 56 - 61 },
year = { 2010 },
editor = { {S}t\'efan van der {W}alt and {J}arrod {M}illman },
doi = { 10.25080/Majora-92bf1922-00a }
}
When using the project name pandas, please use it in lower case, even at the beginning of a sentence.
The official logos of pandas are:
</td>
<td style="background-color: #150458">
</td>
</tr>
</td>
<td style="background-color: #150458">
</td>
</tr>
</td>
<td style="background-color: #150458">
</td>
</tr>
The pandas logo is available in full color and white accent. The full color logo should only appear against white backgrounds. The white accent logo should go against contrasting color background.
When using the logo, please follow the next directives:
<b style="color: #150458;">Blue</b>
RGB: R21 G4 B88
HEX: #150458
</td>
<td style="text-align: center;">
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
<circle cx="50" cy="50" r="50" fill="#ffca00"/>
</svg>
<b style="color: #150458;">Yellow</b>
RGB: R255 G202 B0
HEX: #FFCA00
</td>
<td style="text-align: center;">
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
<circle cx="50" cy="50" r="50" fill="#e70488"/>
</svg>
<b style="color: #150458;">Pink</b>
RGB: R231 G4 B136
HEX: #E70488
</td>
</tr>