79670493

Date: 2025-06-18 10:58:25
Score: 1.5
Natty:
Report link

You'll need to add the column names manually, but this will populate the df.

data = cursor.fetchall()

df = pd.DataFrame.from_records(data)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: T MacN