Код: Выделить всё
import polars as po
po_df = po.read_csv(, separator= '§', has_header=True, quote_char='"', encoding='utf8')
print(po_df.columns)
Код: Выделить всё
"seperator ="§" should be a single byte character, but is 2 bytes long"
Будем благодарны за любую помощь в устранении этой ошибки.
Подробнее здесь: https://stackoverflow.com/questions/789 ... error-in-p
Мобильная версия