How to convert an atom to a string

Enum.map(keywords, fn {key, value} -> {to_string(key), value} end)

PS: consider what @eksperimental said.