Skip to content

Commit 7f92678

Browse files
author
minjk-bl
committed
Edit pickle label to uppercase
1 parent 6089098 commit 7f92678

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

visualpython/data/m_library/pandasLibrary.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3656,7 +3656,7 @@ define([
36563656
},
36573657
{
36583658
"name": "path",
3659-
"label": "file path/variable",
3659+
"label": "File path/variable",
36603660
"required": true,
36613661
"type": "text"
36623662
}
@@ -3670,7 +3670,7 @@ define([
36703670
"options": [
36713671
{
36723672
"name": "i0",
3673-
"label": "file path/object",
3673+
"label": "File path/object",
36743674
"required": true,
36753675
"type": "text",
36763676
"component": [
@@ -6547,6 +6547,7 @@ define([
65476547
{
65486548
"name": "index_col",
65496549
"label": "Column To Use As Index",
6550+
"type": "text",
65506551
"usePair": true
65516552
},
65526553
]

0 commit comments

Comments
 (0)