roll

Results 370 comments of roll

Hi @ipimpat, Thanks a lot for such a well-described feature request!

It seems to be the stats bug -- the rows themselves are there: ```python print(len(t2.read_rows())) # 999 ```

Hi @cschloer, > The only thing left is integrating goodtables into dataflows/datapackage pipelines. Does this mean that this issue is not needed anymore?

Yes, I think it's better to remove it from this stage. I hope in a few months it will be ready so you will be able to rebase from your...

Hi @ylaizet, Thanks! It's not supported yet but I think it's a good idea something like: ``` frictionless validate table.csv --jsonschema ``` The mapper is already implemented so it will...

Hi, there are two aspects: - the underlying detection library (Python version of `chardet`) detects it as `cp1252` unless we use a bigger buffer size `frictionless describe tmp/finanziamenti.csv --buffer-size 1000000`...

What `chardet` do you use in CLI? (note that under the same name might be different implementations)

I think the difference is that Frictionless feed all the buffer (10000 bytes by default) to the chardet detector and at some point of this file some weird char that...