You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pystat...@googlegroups.com
I should add, other than using na_values=[42] in the parse - to avoid skipping any "real" 42 values.
Chang She
unread,
May 8, 2012, 8:34:31 AM5/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pystat...@googlegroups.com
On Tue, May 8, 2012 at 5:11 AM, ruidc <Ru...@yahoo.com> wrote:
I should add, other than using na_values=[42] in the parse - to avoid skipping any "real" 42 values.
We'll have to add this to the Excel parser in pandas. I made a github issue for pandas about this: https://github.com/pydata/pandas/issues/1213. Any additional input/feedback/sample files would be appreciated.
For a workaround right now, I think you can replace the NA values in the Excel sheet with something like the string 'MISSING' and put that in na_values.
ruidc
unread,
May 8, 2012, 8:51:24 AM5/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pystat...@googlegroups.com
yep, thx!
ruidc
unread,
May 11, 2012, 7:15:44 AM5/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pystat...@googlegroups.com
I've made a tweak and filed this pull request which includes sample file and test