From 0b5d56c823246773c471f313a993635e65c8bf37 Mon Sep 17 00:00:00 2001 From: Anirudh Date: Mon, 24 Jul 2023 20:59:44 +0530 Subject: [PATCH 1/2] updated CITATION.cff --- CITATION.cff | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index 0161dfa92fdef..83c28066ad46d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,8 +3,12 @@ title: 'pandas-dev/pandas: Pandas' message: 'If you use this software, please cite it as below.' authors: - name: "The pandas development team" +abstract: "Pandas is a powerful data structures for data analysis, time series, and statistics." license: BSD-3-Clause license-url: "https://github.com/pandas-dev/pandas/blob/main/LICENSE" repository-code: "https://github.com/pandas-dev/pandas" +keywords: + - python + - data science type: software url: "https://github.com/pandas-dev/pandas" From 844fa73cdd488128639e894e75cc8ea86177b653 Mon Sep 17 00:00:00 2001 From: Anirudh Hegde <105560839+Anianonymous@users.noreply.github.com> Date: Mon, 24 Jul 2023 22:18:57 +0530 Subject: [PATCH 2/2] Update CITATION.cff Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 83c28066ad46d..741e7e7ac8c85 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,7 +7,7 @@ abstract: "Pandas is a powerful data structures for data analysis, time series, license: BSD-3-Clause license-url: "https://github.com/pandas-dev/pandas/blob/main/LICENSE" repository-code: "https://github.com/pandas-dev/pandas" -keywords: +keywords: - python - data science type: software