Как решить проблему продолжения строки в Python? ⇐ Python
-
Гость
Как решить проблему продолжения строки в Python?
I want to continue line on the next line but error "SyntaxError: unexpected character after line continuation character" occures. What s the problem? help please
df_fp = pd.concat([ \ mdf['Заявитель'], \ mdf['Название'],\ mdf['Номер заявки'],\ mdf['Дата приоритета'], \ mdf['Дата публикации']], axis = 1) I tried to paste spaces before slashes, but it doesn't work
I want to continue line on the next line but error "SyntaxError: unexpected character after line continuation character" occures. What s the problem? help please
df_fp = pd.concat([ \ mdf['Заявитель'], \ mdf['Название'],\ mdf['Номер заявки'],\ mdf['Дата приоритета'], \ mdf['Дата публикации']], axis = 1) I tried to paste spaces before slashes, but it doesn't work