File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ documentation.
2626 </li >
2727 </ul >
2828
29- Pandas data table representation
29+ pandas data table representation
3030~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3131
3232.. image :: ../../_static/schemas/01_table_dataframe.svg
Original file line number Diff line number Diff line change 33{{ header }}
44
55*******************
6- Community Tutorials
6+ Community tutorials
77*******************
88
99This is a guide to many pandas tutorials by the community, geared mainly for new users.
1010
11- pandas Cookbook by Julia Evans
11+ pandas cookbook by Julia Evans
1212------------------------------
1313
1414The goal of this 2015 cookbook (by `Julia Evans <https://jvns.ca >`_) is to
@@ -18,7 +18,7 @@ entails.
1818For the table of contents, see the `pandas-cookbook GitHub
1919repository <https://github.com/jvns/pandas-cookbook> `_.
2020
21- Learn Pandas by Hernan Rojas
21+ Learn pandas by Hernan Rojas
2222----------------------------
2323
2424A set of lesson for new pandas users: https://bitbucket.org/hrojas/learn-pandas
Original file line number Diff line number Diff line change 33.. _api.arrays :
44
55=============
6- Pandas arrays
6+ pandas arrays
77=============
88
99.. currentmodule :: pandas
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Exponentially-weighted moving window functions
7575 EWM.corr
7676 EWM.cov
7777
78- Window Indexer
78+ Window indexer
7979--------------
8080.. currentmodule :: pandas
8181
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 ``
3939
4040 .. _boolean.kleene :
4141
42- Kleene Logical Operations
42+ Kleene logical operations
4343-------------------------
4444
4545:class: `arrays.BooleanArray ` implements `Kleene Logic `_ (sometimes called three-value logic) for
You can’t perform that action at this time.
0 commit comments