79558921

Date: 2025-04-07 01:22:01
Score: 1.5
Natty:
Report link
df = pl.DataFrame({
    "#a": [1, 2],
    "#b": [3, 4],
    "#c": [5, 6],
    "#d": [7, 8],
})

Or

df = df.rename({
    "#a": "a",
    "#b": "b",
    "#c": "c",
    "#d": "d"
})

Output:

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Subir Chowdhury