When using Pandas Google Big Query function read_gbq()
, some nice information related to the query (size, number of rows...) is printed into the console. Is there a way to store this information in order to use it later on?
Asked
Active
Viewed 124 times
0
-
This might be useful: https://stackoverflow.com/questions/7152762/how-to-redirect-print-output-to-a-file-using-python. If not you should edit your question with more details and an example of code and console output – Mel Oct 03 '17 at 14:54
-
Also checkout this: https://stackoverflow.com/a/14197079/4720935 – Mel Oct 03 '17 at 14:58