[ Date Index ]
[ Thread Index ]
[ <= Previous by date /
thread ]
[ Next by date /
thread => ]
[LUG]Re: anyone?
- To: list@xxxxxxxxxxxxx
- Subject: [LUG]Re: anyone?
- From: John PNZ <jh.pcgb@xxxxxxxxx>
- Date: Sun, 12 May 2024 22:55:43 +0100
- Delivered-to: dclug@xxxxxxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dcglug.org.uk; s=1712912762; h=Content-Transfer-Encoding:Content-Type: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Help:List-Id: Subject:Reply-To:To:Message-ID:Date:From:In-Reply-To:References:MIME-Version: Sender:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Archive; bh=2Kmxd24FpdUlYDJ+g6Y3du5HI/SxoKWUOXx8WG7f/pM=; b=auoLfiUTg7hS99karpCoNWtuWF XkUIduD8Aog1FN/z+MKY1tNsAqMDl93PhlQoLS37yrt7MPIN2ISewxbFM7zkKgCyHIxZz8AHJdXG5 ESXVmh5u8yLpTbLycisv33QhGilm+OQhaLcCMQnK9hDsFW4Dz1L8nfhPhWFpXauSLlAw=;
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1715550955; x=1716155755; darn=dcglug.org.uk; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=TWJaeS9YhPvP8REtzgFXmDsaRw0D9BpCwBjEIySIJyo=; b=fFs7YoJawtZztw0Mv60LLOKUweK+ydf6Jij5JY7r7lZtclx0vyaskSOHBgLc+TR8Q4 +hVOeXmLt6YNcrg2Xpfx7m5pJbRNiWZMlxQJfbncOYDyIGB7mqrjTsFidPPinLuMYF9P N+Tv1U+jhMAQf53KRnUkju/raqC2jMxKXOhyyRNpR2OTQ+if8D49vC3hKYrbX5bHYRIV oSjRALdg80NpT0IYRZPE9/Zw4KSv6bNEvoXXtfh+oBNNIAjp8eWAyANLGSIMgl/29QNV SFu8eIhVyXuXsV1JulZ3tIlah/Rybtu78CMYA3zAeEiYsbOuPaMLRpyWfBSIaoPuduIb lk0A==
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/