Specified n as separator or delimiter This forces the python engine which does not accept a line terminator Hence it is not allowed to use the line terminator as separator
Instead, you can use other delimiters such as commas, tabs, or spaces. If you have data that is separated by line terminators, you can preprocess the data to replace the line terminators with a different delimiter before feeding it into the Python engine.
原文地址: https://www.cveoy.top/t/topic/eDg3 著作权归作者所有。请勿转载和采集!