79273592

Date: 2024-12-12 01:31:39
Score: 1.5
Natty:
Report link
import pandas as pd
from io import BytesIO

excel_ = BytesIO(response.body)
df = pd.read_excel(excel_)
records = df.to_dict('records')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Jff