SJ van der Merwe

Results 4 comments of SJ van der Merwe

Thanks for the reply. In your example, the server object has no attribute _transport: ``` 'SSHTunnelForwarder' object has no attribute '_transport' ``` With my example, running with sshtunnel.DEFAULT_LOGLEVEL = 1,...

This seems to work, except that the transport has been replaced with _get_transport. So the code should be: ``` # how long (seconds) to wait for the SSH banner server._get_transport().banner_timeout...

Hi! A typical call would be: spread.df_to_sheet(upl_df,replace=True,sheet=gsheet_wks,index=False,headers=True,freeze_headers=True) The dataframe can range from (100,100) to (100 000,10) in size. I do purge every sheet on every call (since there is no...

No problem! Thanks for the response. That sounds like a valid approach. I will see what I can do. Thanks again for an awesome library though!