Skip to content

Commit 24ac080

Browse files
author
minjk-bl
committed
Add instance libraries using pandas
1 parent 2fe11e6 commit 24ac080

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

visualpython/data/m_library/instanceLibrary.js

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ define([
3434
'id': 'pdIdt_describe',
3535
'target': 'i0'
3636
},
37+
'groupby': {
38+
'id': 'pdGrp_groupby',
39+
'target': 'i0'
40+
},
3741
'sum': {
3842
'id': 'pdGrp_sum',
3943
'target': 'i0'
@@ -98,6 +102,22 @@ define([
98102
'id': 'pdEdtRC_dropRowCol',
99103
'target': 'i0'
100104
},
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+
},
101121
},
102122
'Series': {
103123
'head': {
@@ -124,6 +144,10 @@ define([
124144
'id': 'pdIdt_describe',
125145
'target': 'i0'
126146
},
147+
'groupby': {
148+
'id': 'pdGrp_groupby',
149+
'target': 'i0'
150+
},
127151
'sum': {
128152
'id': 'pdGrp_sum',
129153
'target': 'i0'
@@ -240,6 +264,26 @@ define([
240264
'id': 'pdIdt_describe',
241265
'target': 'i0'
242266
},
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+
},
243287
}
244288
}
245289

0 commit comments

Comments
 (0)