Get first nodes' properties from a a few isolated graphs

Suppose using VSCode for Python based working with Neo4j. After running a few queries, I am getting the results which I can be extracted by "return results". This return is giving some isolated graphs with varying number of nodes in each.
How to return first node from each of these isolated graphs and their properties as a dataframe?