You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,17 @@ This package adds support for registering methods as well.
6
6
7
7
*What does this mean?*
8
8
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.
12
10
13
-
*Why?*
11
+
Import this package. Write a simple python function. Register the function using one of the following decorators.
14
12
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?*
17
14
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".
20
16
21
-
Maybe you want custom plot functions?
17
+
**Pandas Flavor** allows you to tailor Pandas to specific fields or use cases.
22
18
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?
0 commit comments