Skip to content
New issue

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

fastparquet 0.8.1: writing dataframe to parquet file from a table data field with rtf doc content falls with TypeError exception #172

Open
PavelD0770 opened this issue Apr 10, 2022 · 0 comments

Comments

@PavelD0770
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant