import parquet file result in ValueError: Can't decode base64
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 886
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
Hello
I am getting the ValueError: Can't decode base64 when I trying to load a parquet file with
table = rows.import_from_parquet('test.parquet')
for row in table:
print(row)
The parquet file is an export from a csv file via pandas.to_parquet('test.parquet').
Thanks for the help.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure with rows.import_from_parquet('test.parquet') using a file created by pandas.to_parquet(). Inspect the parquet import path and compare how it handles this file; done means the file loads without the base64 ValueError and its rows can be iterated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- pandas, python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100