@@ -86,12 +86,12 @@ models to emphasize patterns in a dataset.
86
86
87
87
### [ yhat/ggpy] ( https://github.com/yhat/ggpy )
88
88
89
- Hadley Wickham\ ' s [ ggplot2] ( https://ggplot2.tidyverse.org/ ) is a
89
+ Hadley Wickham's [ ggplot2] ( https://ggplot2.tidyverse.org/ ) is a
90
90
foundational exploratory visualization package for the R language. Based
91
- on [ \ " The Grammar of
92
- Graphics\ "] ( https://www.cs.uic.edu/~wilkinson/TheGrammarOfGraphics/GOG.html )
91
+ on [ "The Grammar of
92
+ Graphics"] ( https://www.cs.uic.edu/~wilkinson/TheGrammarOfGraphics/GOG.html )
93
93
it provides a powerful, declarative and extremely general way to
94
- generate bespoke plots of any kind of data. It\ ' s really quite
94
+ generate bespoke plots of any kind of data. It's really quite
95
95
incredible. Various implementations to other languages are available,
96
96
but a faithful implementation for Python users has long been missing.
97
97
Although still young (as of Jan-2014), the
@@ -100,9 +100,7 @@ quickly in that direction.
100
100
101
101
### [ IPython Vega] ( https://github.com/vega/ipyvega )
102
102
103
- [ IPython Vega] ( https://github.com/vega/ipyvega ) leverages [ Vega
104
- \< https://github.com/trifacta/vega\> ] \_\_ to create plots
105
- within Jupyter Notebook.
103
+ [ IPython Vega] ( https://github.com/vega/ipyvega ) leverages [ Vega] ( https://github.com/vega/vega ) to create plots within Jupyter Notebook.
106
104
107
105
### [ Plotly] ( https://plot.ly/python )
108
106
@@ -158,8 +156,8 @@ for pandas `display.` settings.
158
156
159
157
### [ quantopian/qgrid] ( https://github.com/quantopian/qgrid )
160
158
161
- qgrid is \ " an interactive grid for sorting and filtering DataFrames in
162
- IPython Notebook\ " built with SlickGrid.
159
+ qgrid is "an interactive grid for sorting and filtering DataFrames in
160
+ IPython Notebook" built with SlickGrid.
163
161
164
162
### [ Spyder] ( https://www.spyder-ide.org/ )
165
163
@@ -172,17 +170,17 @@ environment like MATLAB or Rstudio.
172
170
Its [ Variable
173
171
Explorer] ( https://docs.spyder-ide.org/variableexplorer.html ) allows
174
172
users to view, manipulate and edit pandas ` Index ` , ` Series ` , and
175
- ` DataFrame ` objects like a \ " spreadsheet\ " , including copying and
176
- modifying values, sorting, displaying a \ " heatmap\ " , converting data
173
+ ` DataFrame ` objects like a "spreadsheet", including copying and
174
+ modifying values, sorting, displaying a "heatmap", converting data
177
175
types and more. Pandas objects can also be renamed, duplicated, new
178
176
columns added, copyed/pasted to/from the clipboard (as TSV), and
179
177
saved/loaded to/from a file. Spyder can also import data from a variety
180
178
of plain text and binary files or the clipboard into a new pandas
181
179
DataFrame via a sophisticated import wizard.
182
180
183
181
Most pandas classes, methods and data attributes can be autocompleted in
184
- Spyder\ ' s [ Editor] ( https://docs.spyder-ide.org/editor.html ) and [ IPython
185
- Console] ( https://docs.spyder-ide.org/ipythonconsole.html ) , and Spyder\ ' s
182
+ Spyder's [ Editor] ( https://docs.spyder-ide.org/editor.html ) and [ IPython
183
+ Console] ( https://docs.spyder-ide.org/ipythonconsole.html ) , and Spyder's
186
184
[ Help pane] ( https://docs.spyder-ide.org/help.html ) can retrieve and
187
185
render Numpydoc documentation on pandas objects in rich text with Sphinx
188
186
both automatically and on-demand.
@@ -355,7 +353,7 @@ which work well with pandas' data containers.
355
353
### [ cyberpandas] ( https://cyberpandas.readthedocs.io/en/latest )
356
354
357
355
Cyberpandas provides an extension type for storing arrays of IP
358
- Addresses. These arrays can be stored inside pandas\ ' Series and
356
+ Addresses. These arrays can be stored inside pandas' Series and
359
357
DataFrame.
360
358
361
359
## Accessors
@@ -364,7 +362,7 @@ A directory of projects providing
364
362
` extension accessors <extending.register-accessors> ` . This is for users to discover new accessors and for library
365
363
authors to coordinate on the namespace.
366
364
367
- Library Accessor Classes
368
- ------------------------------------------------------------- ---------- -----------------------
369
- [ cyberpandas] ( https://cyberpandas.readthedocs.io/en/latest ) ` ip ` ` Series `
370
- [ pdvega] ( https://altair-viz.github.io/pdvega/ ) ` vgplot ` ` Series ` , ` DataFrame `
365
+ | Library | Accessor | Classes |
366
+ | ------------------------------------------------------------| - ---------| - ----------------------|
367
+ | [ cyberpandas] ( https://cyberpandas.readthedocs.io/en/latest ) | ` ip ` | ` Series ` |
368
+ | [ pdvega] ( https://altair-viz.github.io/pdvega/ ) | ` vgplot ` | ` Series ` , ` DataFrame ` |
0 commit comments