I am using your method your query data from SharePoint list and converted into Panda dataframe. However when I ran df.display(), it returned error :
RecursionError: maximum recursion depth exceeded in __instancecheck__
I have about 20,000 items in SP list and my max recursionlimit is 50,000. How should I work around it?