We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ee8e5 commit 2fe11e6Copy full SHA for 2fe11e6
visualpython/data/libraries.json
@@ -2510,6 +2510,28 @@
2510
"file": "m_library/m_pandas/pivotTable",
2511
"useAuto" : true
2512
},
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
2527
2528
+ "name": "qcut",
2529
+ "path": "visualpython - library - pandas - general functions - qcut",
2530
2531
+ "tag": "QCUT",
2532
+ "file": "m_library/m_pandas/qcut",
2533
2534
2535
{
2536
"id": "pdFunc_replace",
2537
"type": "function",
0 commit comments