Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    Could you explain in more detail how this answers the question? Commented Jun 3, 2019 at 14:07
  • The question asked was how to had a suffix or a prefix to all the columns of a dataframe. Here I added a suffix but you can do both by simply changing the second parameter of withColumnRenamed. In the person's case it would be "'" + list(df.schema.names)[idx] + "'") Commented Jun 4, 2019 at 7:15