79405237

Date: 2025-02-01 15:37:35
Score: 1
Natty:
Report link

You can try yo use the following snippet.

df1.loc[df1.index[-1], 'col1'] = df2.loc[df2.index[-1], 'col1']

On my machine with pandas version 2.2.3 is gives no warnings.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: pavelgein