Re: Fix for - TypeError: to_pandas() got an unexpected keyword argument 'timestamp_as_object'

2020-09-21 Thread Micah Kornfield
I commented on the issue.  I don't believe this is a pyarrow bug.  It is an
artifact of having conflicting versions of pyarrow in the environment. My
comment on the issue:

I think this might be due to conflicting versions of arrow in the notebook
> environment? I believe this is caused by python-bigquery starting to rely
> on Arrow 1.0.1 features
> 
>

Please
> see jupyter/docker-stacks#944
>  which seems to give
> instructions for replacing a version of Arrow (a Kernel restart is needed).


Thanks,
Micah


On Monday, September 21, 2020, Wes McKinney  wrote:

> The patch https://github.com/apache/arrow/pull/7169 in theory should
> not have broken downstream projects. Can someone open a JIRA issue?
>
> On Mon, Sep 21, 2020 at 8:39 PM BG Srinivas  wrote:
> >
> > Hi
> >
> > Is this a known issue ? Is there a fix for this issue planned on 1.0.1 ?
> >
> > https://github.com/GoogleCloudPlatform/python-docs-samples/issues/4573 <
> https://github.com/GoogleCloudPlatform/python-docs-samples/issues/4573>
> >
> > Thanks
> > BG Srinivas
>


Re: Fix for - TypeError: to_pandas() got an unexpected keyword argument 'timestamp_as_object'

2020-09-21 Thread Wes McKinney
The patch https://github.com/apache/arrow/pull/7169 in theory should
not have broken downstream projects. Can someone open a JIRA issue?

On Mon, Sep 21, 2020 at 8:39 PM BG Srinivas  wrote:
>
> Hi
>
> Is this a known issue ? Is there a fix for this issue planned on 1.0.1 ?
>
> https://github.com/GoogleCloudPlatform/python-docs-samples/issues/4573 
> 
>
> Thanks
> BG Srinivas


Fix for - TypeError: to_pandas() got an unexpected keyword argument 'timestamp_as_object'

2020-09-21 Thread BG Srinivas
Hi

Is this a known issue ? Is there a fix for this issue planned on 1.0.1 ?

https://github.com/GoogleCloudPlatform/python-docs-samples/issues/4573 


Thanks
BG Srinivas