We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
py 3.9.11, fastparquet 0.8.1: writing dataframe to parquet file from a table data field with rtf doc content falls with TypeError exception
fp.write(fpath, rows, compression='GZIP', row_group_offsets=row_group_offsets)
falls with traceback:
TypeError: Expected unicode, got quoted_name Exception ignored in: 'fastparquet.cencoding.write_list' Traceback (most recent call last): File "C:\Python\Venvs\DPG\lib\site-packages\fastparquet\writer.py", line 894, in write_simple foot_size = f.write(fmd.to_bytes()) TypeError: Expected unicode, got quoted_name
fastparquet 0.7.3 all right.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
py 3.9.11,
fastparquet 0.8.1:
writing dataframe to parquet file from a table data field with rtf doc content falls with TypeError exception
fp.write(fpath, rows, compression='GZIP', row_group_offsets=row_group_offsets)
falls with traceback:
TypeError: Expected unicode, got quoted_name
Exception ignored in: 'fastparquet.cencoding.write_list'
Traceback (most recent call last):
File "C:\Python\Venvs\DPG\lib\site-packages\fastparquet\writer.py", line 894, in write_simple
foot_size = f.write(fmd.to_bytes())
TypeError: Expected unicode, got quoted_name
fastparquet 0.7.3 all right.
The text was updated successfully, but these errors were encountered: