Skip to content

Commit 8c504df

Browse files
author
minjk-bl
committed
File - read_csv encoding option added
1 parent 387f49c commit 8c504df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/pandas/common/commonPandas.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ define([
151151
}
152152
],
153153
variable: [
154+
{
155+
name: 'encoding',
156+
type: 'text',
157+
label: 'Encoding'
158+
},
154159
{
155160
name:'names',
156161
type:'list',

0 commit comments

Comments
 (0)