Skip to content

Commit 4f17bb4

Browse files
committed
readme clarity
1 parent 2fa2f12 commit 4f17bb4

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,17 @@ This package adds support for registering methods as well.
66

77
*What does this mean?*
88

9-
It's super easy to custom functionality to Pandas DataFrames and Series. Import
10-
this package. Write simple python function. Register it using one of the following
11-
decorators.
9+
It's super easy to custom functionality to Pandas DataFrames and Series.
1210

13-
*Why?*
11+
Import this package. Write a simple python function. Register the function using one of the following decorators.
1412

15-
Pandas is super handy. It's general purpose is to be a "flexible and powerful data analysis / manipulation library". With this API, you can tailor pandas to fit a specific
16-
field or use case.
13+
*Why?*
1714

18-
Maybe you want to a DataFrame that loads your specific data (and checks if the file
19-
contains unwanted columns)?
15+
Pandas is super handy. Its general purpose is to be a "flexible and powerful data analysis/manipulation library".
2016

21-
Maybe you want custom plot functions?
17+
**Pandas Flavor** allows you to tailor Pandas to specific fields or use cases.
2218

23-
Maybe something else?
19+
Maybe you want to add new write methods to the Pandas DataFrame? Maybe you want custom plot functionality? Maybe something else?
2420

2521
## Register accessors
2622

0 commit comments

Comments
 (0)