azure-kusto-python icon indicating copy to clipboard operation
azure-kusto-python copied to clipboard

Loading all data in a dataframe

Open jccarrascog opened this issue 3 years ago • 0 comments

Hi all,

I am new in Kusto and I am not sure if this is already implemented since I am not able to find a solution anywhere. I am querying data from a database but I only get 21485 rows when using:

df = dataframe_from_result_table(response.primary_results[0])

There is more data available. In Kusto Desktop I can navigate to the next page but it does not seem possible here. Is it possible to extract a whole month of data independently of the volume? I mean 8 GB or similar.

Thanks in advance.

jccarrascog avatar Oct 03 '22 16:10 jccarrascog