Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコード行:
dates (distinct (map (keyword :cobdate) data))
このコード行に修正する必要がありました
dates (distinct (map #(get % "cobdate") data))
必要な方法で使用するために
このコード行を変換する方法を誰か教えてください:
grouped-by-token (group-by :severity data)
同じ変換を行うには?