forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into sty/ruff/docstrings
- Loading branch information
Showing
200 changed files
with
1,726 additions
and
1,250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,50 @@ title: 'pandas-dev/pandas: Pandas' | |
message: 'If you use this software, please cite it as below.' | ||
authors: | ||
- name: "The pandas development team" | ||
website: "https://pandas.pydata.org/about/team.html" | ||
abstract: "Pandas is a powerful data structures for data analysis, time series, and statistics." | ||
doi: 10.5281/zenodo.3509134 | ||
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 | ||
- flexible | ||
- pandas | ||
- alignment | ||
- data analysis | ||
type: software | ||
url: "https://github.com/pandas-dev/pandas" | ||
url: "https://pandas.pydata.org/" | ||
references: | ||
- type: article | ||
authors: | ||
- given-names: Wes | ||
family-names: McKinney | ||
affiliation: AQR Capital Management, LLC | ||
email: [email protected] | ||
title: Data Structures for Statistical Computing in Python | ||
doi: 10.25080/Majora-92bf1922-00a | ||
license: CC-BY-3.0 | ||
start: 56 | ||
end: 61 | ||
year: 2010 | ||
collection-title: Proceedings of the 9th Python in Science Conference | ||
collection-doi: 10.25080/Majora-92bf1922-012 | ||
collection-type: proceedings | ||
editors: | ||
- given-names: Stéfan | ||
name-particle: van der | ||
family-names: Walt | ||
- given-names: Jarrod | ||
family-names: Millman | ||
conference: | ||
name: 9th Python in Science Conference (SciPy 2010) | ||
city: Austin, TX | ||
country: US | ||
date-start: "2010-06-28" | ||
date-end: "2010-07-03" | ||
keywords: | ||
- data structure | ||
- statistics | ||
- R |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: pandas-dev | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.11 | ||
|
||
# build dependencies | ||
- versioneer[toml] | ||
- cython>=0.29.33 | ||
- meson[ninja]=1.2.1 | ||
- meson-python=0.13.1 | ||
|
||
# test dependencies | ||
- pytest>=7.3.2 | ||
- pytest-cov | ||
- pytest-xdist>=2.2.0 | ||
- pytest-localserver>=0.7.1 | ||
- pytest-qt>=4.2.0 | ||
- boto3 | ||
- hypothesis>=6.46.1 | ||
- pyqt>=5.15.9 | ||
|
||
# required dependencies | ||
- python-dateutil | ||
- numpy<2 | ||
- pytz | ||
|
||
# pandas dependencies | ||
- pip | ||
|
||
- pip: | ||
- "tzdata>=2022.7" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.