Skip to content

Commit 2fe11e6

Browse files
author
minjk-bl
committed
Add cut, qcut to pandas library
1 parent 00ee8e5 commit 2fe11e6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

visualpython/data/libraries.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2510,6 +2510,28 @@
25102510
"file": "m_library/m_pandas/pivotTable",
25112511
"useAuto" : true
25122512
},
2513+
{
2514+
"id": "pdFunc_cut",
2515+
"type": "function",
2516+
"level": 3,
2517+
"name": "cut",
2518+
"path": "visualpython - library - pandas - general functions - cut",
2519+
"desc": "",
2520+
"tag": "CUT",
2521+
"file": "m_library/m_pandas/cut",
2522+
"useAuto" : true
2523+
},
2524+
{
2525+
"id": "pdFunc_qcut",
2526+
"type": "function",
2527+
"level": 3,
2528+
"name": "qcut",
2529+
"path": "visualpython - library - pandas - general functions - qcut",
2530+
"desc": "",
2531+
"tag": "QCUT",
2532+
"file": "m_library/m_pandas/qcut",
2533+
"useAuto" : true
2534+
},
25132535
{
25142536
"id": "pdFunc_replace",
25152537
"type": "function",

0 commit comments

Comments
 (0)