You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- JOB="3.9-dev" PATTERN="(not slow and not network and not clipboard)"
30
37
- env:
31
38
- JOB="3.8" ENV_FILE="ci/deps/travis-38.yaml" PATTERN="(not slow and not network and not clipboard)"
32
39
33
40
- env:
34
41
- JOB="3.7" ENV_FILE="ci/deps/travis-37.yaml" PATTERN="(not slow and not network and not clipboard)"
35
42
43
+
- arch: arm64
44
+
env:
45
+
- JOB="3.7, arm64" PYTEST_WORKERS=8 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard)"
46
+
36
47
- env:
37
48
- JOB="3.6, locale" ENV_FILE="ci/deps/travis-36-locale.yaml" PATTERN="((not slow and not network and not clipboard) or (single and db))" LOCALE_OVERRIDE="zh_CN.UTF-8" SQL="1"
38
49
services:
@@ -53,11 +64,18 @@ matrix:
53
64
services:
54
65
- mysql
55
66
- postgresql
67
+
allow_failures:
68
+
- arch: arm64
69
+
env:
70
+
- JOB="3.7, arm64" PYTEST_WORKERS=8 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard)"
71
+
- dist: bionic
72
+
python: 3.9-dev
73
+
env:
74
+
- JOB="3.9-dev" PATTERN="(not slow and not network)"
**pandas** is a Python package providing fast, flexible, and expressive data
23
+
**pandas** is a Python package that provides fast, flexible, and expressive data
23
24
structures designed to make working with "relational" or "labeled" data both
24
25
easy and intuitive. It aims to be the fundamental high-level building block for
25
26
doing practical, **real world** data analysis in Python. Additionally, it has
@@ -153,11 +154,11 @@ For usage questions, the best place to go to is [StackOverflow](https://stackove
153
154
Further, general questions and discussions can also take place on the [pydata mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata).
154
155
155
156
## Discussion and Development
156
-
Most development discussion is taking place on github in this repo. Further, the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev) can also be used for specialized discussions or design issues, and a [Gitter channel](https://gitter.im/pydata/pandas) is available for quick development related questions.
157
+
Most development discussions take place on github in this repo. Further, the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev) can also be used for specialized discussions or design issues, and a [Gitter channel](https://gitter.im/pydata/pandas) is available for quick development related questions.
157
158
158
159
## Contributing to pandas [](https://www.codetriage.com/pandas-dev/pandas)
159
160
160
-
All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.
161
+
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.
161
162
162
163
A detailed overview on how to contribute can be found in the **[contributing guide](https://pandas.pydata.org/docs/dev/development/contributing.html)**. There is also an [overview](.github/CONTRIBUTING.md) on GitHub.
0 commit comments