Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Fix Issue #169 - NA is converted to NaN#175

Open
prliu wants to merge 3 commits intogo-gota:devfrom
prliu:devel
Open

Fix Issue #169 - NA is converted to NaN#175
prliu wants to merge 3 commits intogo-gota:devfrom
prliu:devel

Conversation

@prliu
Copy link
Contributor

@prliu prliu commented Nov 26, 2021

ISSUE


It doesn't seem to matter what the column type is in the data frame NA will always get converted to NaN.

SOLUTION


Check the user defined types first, if type is specified as string, it will skip the converting process.

This PR fix issue #169, it includes a patch and an associated test case.

shivamthapar added a commit to runway/gota that referenced this pull request Nov 20, 2024
shivamthapar added a commit to runway/gota that referenced this pull request Nov 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants