File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 11# Pandas Flavor
2- ** Easily write your own flavor of the DataFrame**
3-
4- Easily register new methods and accessors with Pandas objects.
5-
6- ![ ] ( docs/_images/example.png )
2+ ** Easily write your own flavor of Pandas**
73
84Pandas added ` register_series_accessor ` and ` register_dataframe_accessor ` decorators
95in 0.23. These extensions allow you to easily add new accessors to Pandas objects that
@@ -15,8 +11,8 @@ under the `vgplot` attribute and mirror the `plot` (matplotlib-based) accessor.
1511** Pandas Flavor** takes this extension module a step further and adds similar syntax
1612for registering new methods!
1713
18- To see an example, check out [ PhyloPandas] ( https://github.com/Zsailer/phylopandas ) .
14+ ![ ] ( docs/_images/example.png )
15+
16+ To see another example, check out [ PhyloPandas] ( https://github.com/Zsailer/phylopandas ) .
1917This library adds extra ` to_ ` methods for writing DataFrames to various biological
2018sequencing file formats.
21-
22- ## How it works
You can’t perform that action at this time.
0 commit comments