File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
_shared_docs [
6
6
"aggregate"
7
- ] = """\
7
+ ] = """
8
8
Aggregate using one or more operations over the specified axis.
9
9
10
10
Parameters
46
46
47
47
_shared_docs [
48
48
"compare"
49
- ] = """\
49
+ ] = """
50
50
Compare to another %(klass)s and show the differences.
51
51
52
52
.. versionadded:: 1.1.0
75
75
76
76
_shared_docs [
77
77
"groupby"
78
- ] = """\
78
+ ] = """
79
79
Group %(klass)s using a mapper or by a Series of columns.
80
80
81
81
A groupby operation involves some combination of splitting the
144
144
145
145
_shared_docs [
146
146
"melt"
147
- ] = """\
147
+ ] = """
148
148
Unpivot a DataFrame from wide to long format, optionally leaving identifiers set.
149
149
150
150
This function is useful to massage a DataFrame into a format where one
258
258
259
259
_shared_docs [
260
260
"transform"
261
- ] = """\
261
+ ] = """
262
262
Call ``func`` on self producing a {klass} with transformed values.
263
263
264
264
Produced {klass} will have same axis length as self.
You can’t perform that action at this time.
0 commit comments