hard
Python Code Explanation
Explain the logic and function of a specific Python code snippet.
📝 프롬프트 내용
I have a Python function that uses list comprehensions and lambda functions to process a list of dictionaries. Please explain the code step-by-step, highlighting how the data is transformed at each stage and pointing out any potential performance bottlenecks.