Skip to content

Commit 4eb527e

Browse files
committed
update readme
1 parent d1ac324 commit 4eb527e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
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

84
Pandas added `register_series_accessor` and `register_dataframe_accessor` decorators
95
in 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
1612
for 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).
1917
This library adds extra `to_` methods for writing DataFrames to various biological
2018
sequencing file formats.
21-
22-
## How it works

0 commit comments

Comments
 (0)