[jira] [Commented] (ARROW-2806) [Python] Inconsistent handling of np.nan

2018-07-09 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16537309#comment-16537309 ] Wes McKinney commented on ARROW-2806: - Closely related

[jira] [Commented] (ARROW-2806) [Python] Inconsistent handling of np.nan

2018-07-09 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16537289#comment-16537289 ] Wes McKinney commented on ARROW-2806: - I guess it should raise unless {{safe=False}}. What do you

[jira] [Commented] (ARROW-2806) [Python] Inconsistent handling of np.nan

2018-07-09 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16537272#comment-16537272 ] Uwe L. Korn commented on ARROW-2806: This makes sense. I can adapt the things to adhere to this

[jira] [Commented] (ARROW-2806) [Python] Inconsistent handling of np.nan

2018-07-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16536421#comment-16536421 ] Wes McKinney commented on ARROW-2806: - In the context of basically any database-type system

[jira] [Commented] (ARROW-2806) [Python] Inconsistent handling of np.nan

2018-07-08 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16536393#comment-16536393 ] Uwe L. Korn commented on ARROW-2806: Do we have a well-supported reasoning why we should have this

[jira] [Commented] (ARROW-2806) [Python] Inconsistent handling of np.nan

2018-07-07 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16535873#comment-16535873 ] Wes McKinney commented on ARROW-2806: - And {{pa.array([1., NaN])}} should preserve the NaN >

[jira] [Commented] (ARROW-2806) [Python] Inconsistent handling of np.nan

2018-07-07 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16535872#comment-16535872 ] Wes McKinney commented on ARROW-2806: - Oof, I actually think {{pa.array([1, NaN])}} should either

[jira] [Commented] (ARROW-2806) [Python] Inconsistent handling of np.nan

2018-07-07 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16535803#comment-16535803 ] Uwe L. Korn commented on ARROW-2806: [~wesmckinn] Would it be ok for you to change the test so that