File tree 1 file changed +44
-0
lines changed
visualpython/data/m_library 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ define([
34
34
'id' : 'pdIdt_describe' ,
35
35
'target' : 'i0'
36
36
} ,
37
+ 'groupby' : {
38
+ 'id' : 'pdGrp_groupby' ,
39
+ 'target' : 'i0'
40
+ } ,
37
41
'sum' : {
38
42
'id' : 'pdGrp_sum' ,
39
43
'target' : 'i0'
@@ -98,6 +102,22 @@ define([
98
102
'id' : 'pdEdtRC_dropRowCol' ,
99
103
'target' : 'i0'
100
104
} ,
105
+ 'reindex' : {
106
+ 'id' : 'pdFunc_reindex' ,
107
+ 'target' : 'i0'
108
+ } ,
109
+ 'set_index' : {
110
+ 'id' : 'pdFunc_setIndex' ,
111
+ 'target' : 'i0'
112
+ } ,
113
+ 'reset_index' : {
114
+ 'id' : 'pdFunc_resetIndex' ,
115
+ 'target' : 'i0'
116
+ } ,
117
+ 'replace' : {
118
+ 'id' : 'pdFunc_replace' ,
119
+ 'target' : 'i0'
120
+ } ,
101
121
} ,
102
122
'Series' : {
103
123
'head' : {
@@ -124,6 +144,10 @@ define([
124
144
'id' : 'pdIdt_describe' ,
125
145
'target' : 'i0'
126
146
} ,
147
+ 'groupby' : {
148
+ 'id' : 'pdGrp_groupby' ,
149
+ 'target' : 'i0'
150
+ } ,
127
151
'sum' : {
128
152
'id' : 'pdGrp_sum' ,
129
153
'target' : 'i0'
@@ -240,6 +264,26 @@ define([
240
264
'id' : 'pdIdt_describe' ,
241
265
'target' : 'i0'
242
266
} ,
267
+ } ,
268
+ 'pandas' : {
269
+ 'merge' : {
270
+ 'id' : 'pdFunc_merge'
271
+ } ,
272
+ 'concat' : {
273
+ 'id' : 'pdFunc_concat'
274
+ } ,
275
+ 'isnull' : {
276
+ 'id' : 'pdFunc_isNull'
277
+ } ,
278
+ 'notnull' : {
279
+ 'id' : 'pdFunc_notNull'
280
+ } ,
281
+ 'cut' : {
282
+ 'id' : 'pdFunc_cut'
283
+ } ,
284
+ 'qcut' : {
285
+ 'id' : 'pdFunc_qcut'
286
+ } ,
243
287
}
244
288
}
245
289
You can’t perform that action at this time.
0 commit comments