Python Forum

Full Version: Code in Periscope does not work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

Am trying to modify a table wrapping the text in the cells of one of the columns with the following code in Periscope Data, but it does not work:

a = df.replace(", ", "\n")

Thanks!
does not work is not very helpful. Please read How to ask smart questions.
Post the full code (minimal verifiable complete example) in python tags. If you get any errors - post the full traceback in error tags