File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ documentation.
26
26
</li >
27
27
</ul >
28
28
29
- Pandas data table representation
29
+ pandas data table representation
30
30
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31
31
32
32
.. image :: ../../_static/schemas/01_table_dataframe.svg
Original file line number Diff line number Diff line change 3
3
{{ header }}
4
4
5
5
*******************
6
- Community Tutorials
6
+ Community tutorials
7
7
*******************
8
8
9
9
This is a guide to many pandas tutorials by the community, geared mainly for new users.
10
10
11
- pandas Cookbook by Julia Evans
11
+ pandas cookbook by Julia Evans
12
12
------------------------------
13
13
14
14
The goal of this 2015 cookbook (by `Julia Evans <https://jvns.ca >`_) is to
@@ -18,7 +18,7 @@ entails.
18
18
For the table of contents, see the `pandas-cookbook GitHub
19
19
repository <https://github.com/jvns/pandas-cookbook> `_.
20
20
21
- Learn Pandas by Hernan Rojas
21
+ Learn pandas by Hernan Rojas
22
22
----------------------------
23
23
24
24
A set of lesson for new pandas users: https://bitbucket.org/hrojas/learn-pandas
Original file line number Diff line number Diff line change 3
3
.. _api.arrays :
4
4
5
5
=============
6
- Pandas arrays
6
+ pandas arrays
7
7
=============
8
8
9
9
.. currentmodule :: pandas
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Exponentially-weighted moving window functions
75
75
EWM.corr
76
76
EWM.cov
77
77
78
- Window Indexer
78
+ Window indexer
79
79
--------------
80
80
.. currentmodule :: pandas
81
81
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ If you would prefer to keep the ``NA`` values you can manually fill them with ``
39
39
40
40
.. _boolean.kleene :
41
41
42
- Kleene Logical Operations
42
+ Kleene logical operations
43
43
-------------------------
44
44
45
45
:class: `arrays.BooleanArray ` implements `Kleene Logic `_ (sometimes called three-value logic) for
You can’t perform that action at this time.
0 commit comments