-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontribute.html
More file actions
218 lines (178 loc) · 11.3 KB
/
contribute.html
File metadata and controls
218 lines (178 loc) · 11.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html>
<head>
<script defer data-domain="pandas.pydata.org" src="https://views.scientific-python.org/js/script.js"></script>
<title>pandas - Python Data Analysis Library</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel='shortcut icon' type='image/x-icon' id='favicon-tag' href='static/img/favicon.ico'/>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x"
crossorigin="anonymous">
<link rel="stylesheet"
href="static/css/pandas.css">
<link rel="stylesheet"
href="static/css/codehilite.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<div class="container">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#nav-content" aria-controls="nav-content" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="."><img alt="" src="static/img/pandas_white.svg"/></a>
<div class="collapse navbar-collapse" id="nav-content">
<ul class="navbar-nav ms-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle"
data-bs-toggle="dropdown"
id="about-us"
href="#"
role="button"
aria-haspopup="true"
aria-expanded="false">About us</a>
<div class="dropdown-menu" aria-labelledby="about-us">
<a class="dropdown-item" href="about/">About pandas</a>
<a class="dropdown-item" href="about/roadmap.html">Project roadmap</a>
<a class="dropdown-item" href="about/governance.html">Governance</a>
<a class="dropdown-item" href="about/team.html">Team</a>
<a class="dropdown-item" href="about/sponsors.html">Sponsors</a>
<a class="dropdown-item" href="about/citing.html">Citing and logo</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="getting_started.html">Getting started</a>
</li>
<li class="nav-item">
<a class="nav-link" href="docs/">Documentation</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle"
data-bs-toggle="dropdown"
id="community"
href="#"
role="button"
aria-haspopup="true"
aria-expanded="false">Community</a>
<div class="dropdown-menu" aria-labelledby="community">
<a class="dropdown-item" href="community/blog/">Blog</a>
<a class="dropdown-item" href="https://stackoverflow.com/questions/tagged/pandas">Ask a question (StackOverflow)</a>
<a class="dropdown-item" href="community/coc.html">Code of conduct</a>
<a class="dropdown-item" href="community/ecosystem.html">Ecosystem</a>
<a class="dropdown-item" href="community/benchmarks.html">Benchmarks</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contribute.html">Contribute</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main role="main">
<div class="container container-main">
<h1 id="contribute-to-pandas">Contribute to pandas<a class="headerlink" href="#contribute-to-pandas" title="Permanent link"> #</a></h1>
<p><em>pandas</em> is and will always be <strong>free</strong>. To make the development sustainable, we need <em>pandas</em> users, corporate
and individual, to support the development by providing their time and money.</p>
<p>You can find more information about current developers in the <a href="about/team.html">team page</a>,
and about current sponsors in the <a href="about/sponsors.html">sponsors page</a>.</p>
<section>
<div class="container mt-5">
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x pink"></i>
<i class="fas fa-building fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading mt-3 fw-bold blue">Corporate support</h4>
<p class="text-muted">
pandas depends on companies and institutions using the software to support its development. Hiring
people to work on pandas, or letting existing employees to contribute to the
software. Or sponsoring pandas with funds, so the project can hire people to
progress on the <a href="about/roadmap.html">pandas roadmap</a>.
</p>
<p>More information in the <a href="about/sponsors.html">sponsors page</a></p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x pink"></i>
<i class="fas fa-users fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading mt-3 fw-bold blue">Individual contributors</h4>
<p class="text-muted">
pandas is mostly developed by volunteers. All kind of contributions are welcome,
such as contributions to the code, to the website (including graphical designers),
to the documentation (including translators) and others. There are tasks for all
levels, including beginners.
</p>
<p>More information in the <a href="docs/development/index.html">contributing page</a></p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x pink"></i>
<i class="fas fa-dollar-sign fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading mt-3 fw-bold blue">Donations</h4>
<p class="text-muted">
Individual donations are appreciated, and are used for things like the project
infrastructure, travel expenses for our volunteer contributors to attend
the in-person sprints, or to give small grants to develop features.
</p>
<p>Make your donation in the <a href="https://opencollective.com/pandas">donate page</a></p>
</div>
</div>
</div>
</section>
</div>
</main>
<footer class="container pt-4 pt-md-5 border-top">
<ul class="list-inline social-buttons float-end">
<li class="list-inline-item">
<a href="https://t.me/s/pandas_dev">
<i class="fab bi bi-telegram"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://fosstodon.org/@pandas_dev" rel="me">
<i class="fab bi bi-mastodon"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://x.com/pandas_dev">
<i class="fab bi bi-twitter-x"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/pandas-dev/pandas">
<i class="fab bi bi-github"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://stackoverflow.com/questions/tagged/pandas">
<i class="fab bi bi-stack-overflow"></i>
</a>
</li>
</ul>
<p>
© 2026 pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> Hosted by <a href="https://www.ovhcloud.com">OVHcloud</a>.
</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"></script>
<script type="text/javascript">
const faviconTag = document.getElementById('favicon-tag');
const matcher = window.matchMedia('(prefers-color-scheme:dark)');
const onUpdate = () => {
if (matcher.matches) faviconTag.href = "/static/img/favicon_white.ico";
else faviconTag.href = "/static/img/favicon.ico";
};
onUpdate();
matcher.addEventListener('change', onUpdate);
</script>
</body>
</html>