Andrei Stankevich created ZEPPELIN-2265:
-------------------------------------------
Summary: Zeppelin notebook output adding commas for thousand
separator
Key: ZEPPELIN-2265
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2265
Project: Zeppelin
Issue Type: Wish
Components: front-end
Affects Versions: 0.6.2
Reporter: Andrei Stankevich
Priority: Minor
Sorry in advance if it is not a right place to ask this question.
When i am trying to show dataframe on Zeppelin UI and i am doing
z.show(dataframe)
if my dataframe has column which has type long, Zeppelin adds comma separator
after each thousand.
Example
if my value is 1232424
Zeppelin shows it like this 1,232,424
Could you please point me to right place in code where Zeppelin adds these
commas? I need to remove them but didn't find in source code were Zeppelin adds
them.
Thank you so much.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)