-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgetting_started.html
More file actions
197 lines (157 loc) · 10.4 KB
/
getting_started.html
File metadata and controls
197 lines (157 loc) · 10.4 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
<!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="getting-started">Getting started<a class="headerlink" href="#getting-started" title="Permanent link"> #</a></h1>
<h2 id="installation-instructions">Installation instructions<a class="headerlink" href="#installation-instructions" title="Permanent link"> #</a></h2>
<p>To install pandas, please reference the <a href="docs/getting_started/install.html">installation page</a>
from the pandas documentation.</p>
<h2 id="tutorials">Tutorials<a class="headerlink" href="#tutorials" title="Permanent link"> #</a></h2>
<p>You can learn more about pandas in the <a href="docs/getting_started/intro_tutorials/">tutorials</a>,
and more about JupyterLab in the
<a href="https://jupyterlab.readthedocs.io/en/stable/user/interface.html">JupyterLab documentation</a>.</p>
<h2 id="books">Books<a class="headerlink" href="#books" title="Permanent link"> #</a></h2>
<p>The book we recommend to learn pandas is <a href="https://amzn.to/3DyLaJc">Python for Data Analysis</a>,
by <a href="https://wesmckinney.com/">Wes McKinney</a>, creator of pandas.</p>
<p><a href="https://amzn.to/3DyLaJc">
<img alt="Python for Data Analysis" src="static/img/books/pydata_book.gif"/>
</a></p>
<h2 id="videos">Videos<a class="headerlink" href="#videos" title="Permanent link"> #</a></h2>
<p><iframe
src="https://www.youtube.com/embed/_T8LGqJtuGc"
style="width: 100%; max-width: 560px; height: 315px;"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</p>
<h2 id="cheat-sheet">Cheat sheet<a class="headerlink" href="#cheat-sheet" title="Permanent link"> #</a></h2>
<p><a href="https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf">pandas cheat sheet</a></p>
<h2 id="try-pandas-in-your-browser-experimental">Try pandas in your browser (experimental)<a class="headerlink" href="#try-pandas-in-your-browser-experimental" title="Permanent link"> #</a></h2>
<p>You can try pandas in your browser with the following interactive shell
without needing to install anything on your system.</p>
<p>
<a class="btn btn-primary" href="try.html">Try it in your browser</a>
</p>
</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>