D&C GLug - Home Page

[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]

[LUG]Re: anyone?

 

My first go-to is https://claude.ai/chats - you might be surprised, I
was. If it's useful it would be interesting to hear feedback here.

Mostly my linux queries with Claude are bash-based, this afternoon's
happened to be python...

Q:
I have a line:
mapped_row = {mapped_headers[key]: value for key, value in row.items()}
Please modify it to trim whitespace left and right from all fields
being transferred.

A:
Here's the corrected version of the line:
mapped_row = {mapped_headers[key]: (lambda x: x.strip() if
isinstance(x, str) else x)(value) for key, value in row.items()}

That would have taken me far too much head-scratching before I got
there on my own, I had trouble enough writing the original.

Or you could expand a bit on your linux problems here. Or send me an
email if you prefer privacy.




On Sun, 12 May 2024 at 12:48, Adrian Toole <adriantoole16@xxxxxxxxx> wrote:
>
> Anyone within easy reach of Exmouth willing to come and sort out some of
> my Linux issues?
>
> Adrian
>
> --
> Adrian Toole
> 31 Egremont Road
> Exmouth
> Devon,England EX8 1RX
>
> --
> The Mailing List for the Devon & Cornwall LUG
> FAQ: https://www.dcglug.org.uk/faq/
-- 
The Mailing List for the Devon & Cornwall LUG
FAQ: https://www.dcglug.org.uk/faq/