在 DataFrames.jl 的 DataFrame 中查找行的规范方法是什么?
例如,给定这个 DataFrame:
│ Row │ uuid │ name
│ │ String │ String
├──────┼──────────────────────────────────────┼──────────────────────────────
│ 1 │ 0efae8bf-39e6-5d65-b05d-c8947f4cee2a │ COSMA_jll
│ 2 │ 17ccb2e5-db19-44b3-b354-4fd16d92c74e │ CitableImage
给定名称“CitableImage”,检索 uuid 的最佳方法是什么?