question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Correct fastparquet call

See original GitHub issue

Please, could you remove the setting of sep parameter when calling ParquetFile.__init__() from fastparquet lib? This parameter is not used any longer.

    def __init__(self, fn, verify=False, open_with=default_open,
                 root=False, sep=None, fs=None, pandas_nulls=True):

line 96 in fasparquet lib, api.py file.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jsignellcommented, Oct 1, 2021

Thanks for opening this issue. I will open a PR to try removing sep.

0reactions
yohplalacommented, Oct 4, 2021

Thanks a lot for your reactivity! Much appreciated!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Usage Notes — fastparquet 0.7.1 documentation
Fastparquet will automatically use metadata information to load such columns as categorical if the data was written by fastparquet/pyarrow. To efficiently load ...
Read more >
dask/fastparquet: python implementation of the ... - GitHub
fastparquet is a python implementation of the parquet format, aiming integrate into python-based big data work-flows. It is used implicitly by the projects...
Read more >
fastparquet Documentation - Read the Docs
1. fix critical buffer overflow crash for large number of columns and long ... Dask and Pandas fully support calling fastparquet directly, ...
Read more >
How to use the fastparquet.write function in fastparquet - Snyk
Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues...
Read more >
Problem with opening parquet files with fastparquet after ...
before updating to dask 2.2.0 and latest fastparquet it worked correctly. Now I get this messages. On executing read command:
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found