-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Trailing white space remains even when Trim is set to true.
Steps to reproduce
Load the attached csv into a dh-core repl:
from deephaven import read_csv
t = read_csv("test.csv", trim=True, delimiter=",")Expected results
I'd expect the Copy Cell Unformatted (right-click dropdown menu on a table cell in the deephaven-core web-ui) to demonstrate that all cells are properly trimmed.
Actual results
The 2nd and 3rd rows for all three columns have trailing whitespace.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working