Friday, June 21, 2024

 Coworker is not yet sold on AI as a helper, so I point out the things I have it do.

Today's was I had it turn a 300 row, 2 column table into a python dictionary.
The computer did it in about 2 seconds.
It would have taken me a long time, as took
Col1 Col2
and turned it into
'Col1':'Col2',
for all 300 rows.
This is what AI is for.
Sure, I could have written a script to do it, but why spend time creating something I might not need again for some time?

Oh wait, I should have hired someone to do it, to prevent 'robots' from taking our jobs.

No comments:

Post a Comment

When dreams die

"Please write a function that reverses a string using the split and join method"  2 years ago that was a very important thing to m...