You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Javier Luraschi (JIRA)" <ji...@apache.org> on 2018/10/26 00:56:00 UTC

[jira] [Updated] (ARROW-3615) [R] Support for NaN

     [ https://issues.apache.org/jira/browse/ARROW-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Javier Luraschi updated ARROW-3615:
-----------------------------------
    Docs Text: 
tbl <- tibble::tibble(
    int = c(1, NA, NaN, -1)
  )
  batch <- record_batch(tbl)

> as_tibble(batch)
# A tibble: 4 x 1
    int
  <dbl>
1     1
2    NA
3    NA
4    -1

> [R] Support for NaN
> -------------------
>
>                 Key: ARROW-3615
>                 URL: https://issues.apache.org/jira/browse/ARROW-3615
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Javier Luraschi
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)