Dear,

I failed to read a gzip compressed tabular file:

```bash
$ file a_file.gz: gzip compressed data, extra field
```

```python
(pdb) read_csv(a_file)
*** OSError: Truncated compressed stream
```


So to my understanding the problem de not come from reader or parser
option but from th decompression.

So how can I get the reason pyarrow failed to read a such file ?

thanks

Best regards 

-- 
                Researcher computational biology
                PhD, Jonathan MERCIER
            
                Bioinformatics (LBI)
                2, rue Gaston
                Crémieux
                91057 Evry Cedex
            
            
                Tel :(+33)1 60 87 83 44
                Email :[email protected]
                
            

Reply via email to