File tree 3 files changed +26
-38
lines changed
doc/source/getting_started/intro_tutorials
3 files changed +26
-38
lines changed Original file line number Diff line number Diff line change 17
17
</div >
18
18
<ul class =" list-group list-group-flush" >
19
19
<li class =" list-group-item" >
20
- <div data-toggle =" collapse" href =" #collapsedata" role =" button" aria-expanded =" false" aria-controls =" collapsedata" >
21
- <span class =" badge badge-dark" >Air quality data</span >
22
- </div >
23
- <div class =" collapse" id =" collapsedata" >
24
- <div class =" card-body" >
25
- <p class =" card-text" >
26
20
27
- For this tutorial, air quality data about :math: `NO_2 ` is used, made
28
- available by `openaq <https://openaq.org >`__ and using the
29
- `py-openaq <http://dhhagan.github.io/py-openaq/index.html >`__ package.
30
- The ``air_quality_no2.csv `` data set provides :math: `NO_2 ` values for
31
- the measurement stations *FR04014 *, *BETR801 * and *London Westminster *
32
- in respectively Paris, Antwerp and London.
33
-
34
- .. raw :: html
35
-
36
- </p >
37
- <a href =" https://github.com/pandas-dev/pandas/tree/master/doc/data/air_quality_no2.csv" class =" btn btn-dark btn-sm" >To raw data</a >
38
- </div >
39
- </div >
21
+ . include:: air_quality_no2.rst
40
22
41
23
.. ipython :: python
42
24
Original file line number Diff line number Diff line change 16
16
</div >
17
17
<ul class =" list-group list-group-flush" >
18
18
<li class =" list-group-item" >
19
- <div data-toggle =" collapse" href =" #collapsedata" role =" button" aria-expanded =" false" aria-controls =" collapsedata" >
20
- <span class =" badge badge-dark" >Air quality data</span >
21
- </div >
22
- <div class =" collapse" id =" collapsedata" >
23
- <div class =" card-body" >
24
- <p class =" card-text" >
25
-
26
- For this tutorial, air quality data about :math: `NO_2 ` is used, made
27
- available by `openaq <https://openaq.org >`__ and using the
28
- `py-openaq <http://dhhagan.github.io/py-openaq/index.html >`__ package.
29
- The ``air_quality_no2.csv `` data set provides :math: `NO_2 ` values for
30
- the measurement stations *FR04014 *, *BETR801 * and *London Westminster *
31
- in respectively Paris, Antwerp and London.
32
19
33
- .. raw :: html
34
-
35
- </p >
36
- <a href =" https://github.com/pandas-dev/pandas/tree/master/doc/data/air_quality_no2.csv" class =" btn btn-dark btn-sm" >To raw data</a >
37
- </div >
38
- </div >
20
+ . include:: air_quality_no2.rst
39
21
40
22
.. ipython :: python
41
23
Original file line number Diff line number Diff line change
1
+ :orhpan:
2
+
3
+ .. raw :: html
4
+
5
+ <div data-toggle =" collapse" href =" #collapsedata" role =" button" aria-expanded =" false" aria-controls =" collapsedata" >
6
+ <span class =" badge badge-dark" >Air quality data</span >
7
+ </div >
8
+ <div class =" collapse" id =" collapsedata" >
9
+ <div class =" card-body" >
10
+ <p class =" card-text" >
11
+
12
+ For this tutorial, air quality data about :math: `NO_2 ` is used, made
13
+ available by `openaq <https://openaq.org >`__ and using the
14
+ `py-openaq <http://dhhagan.github.io/py-openaq/index.html >`__ package.
15
+ The ``air_quality_no2.csv `` data set provides :math: `NO_2 ` values for
16
+ the measurement stations *FR04014 *, *BETR801 * and *London Westminster *
17
+ in respectively Paris, Antwerp and London.
18
+
19
+ .. raw :: html
20
+
21
+ </p >
22
+ <a href =" https://github.com/pandas-dev/pandas/tree/master/doc/data/air_quality_no2.csv" class =" btn btn-dark btn-sm" >To raw data</a >
23
+ </div >
24
+ </div >
You can’t perform that action at this time.
0 commit comments