what exactly is the tablesaw automatically processing when it loads user's csv data into tabular data? #1292
Unanswered
ali-engine
asked this question in
Q&A
Replies: 1 comment
-
i think that's it for headers. In column data it replaces empty values with
the type-specific missing value.
…On Wed, Mar 26, 2025 at 1:17 AM ali-engine ***@***.***> wrote:
When creating tabular data from input CSV files using Java's Tablesaw
library, I have observed that Tablesaw automatically processes user input
columns in certain ways. For example, it appears to automatically remove
spaces from headers. This automatic processing is causing mismatches and
errors from my code. Could you please confirm if Tablesaw performs any
other automatic processing on headers or columns besides trimming spaces?
—
Reply to this email directly, view it on GitHub
<#1292>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2FPAQXKKMWLWYIDWKG2P32WIZ7TAVCNFSM6AAAAABZZKPCBWVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZYGEZTAMBUGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When creating tabular data from input CSV files using Java's Tablesaw library, I have observed that Tablesaw automatically processes user input columns in certain ways. For example, it appears to automatically remove spaces from headers. This automatic processing is causing mismatches and errors from my code. Could you please confirm if Tablesaw performs any other automatic processing on headers or columns besides trimming spaces?
Beta Was this translation helpful? Give feedback.
All reactions