Andrea Borruso

Results 119 issues of Andrea Borruso

Riprendo le note sottolineate da @LBreda e @zab0v in https://github.com/italia/covid19-opendata-vaccini/issues/2#issuecomment-754939062 e https://github.com/italia/covid19-opendata-vaccini/issues/2#issuecomment-756981618 Lo schema dati scelto non consente ad esempio di sapere se la persona della "categoria_personale_non_sanitario" sia maschio o...

Hi, when I add from URL a file, workbenchdata does inferencing to map the field types. It's a great feature but sometimes gives wrong results. In example here (https://app.workbenchdata.com/workflows/17120) I...

Hi, I have an input HTML table in which a field has values as `06583`. If I convert this table to CSV, this value becomes `6583.0`. It would be great...

Hi, I have this [sample.pdf](https://github.com/atlanhq/camelot/files/5047671/sample.pdf) in which I would like to extract "Emilia Romagna" from this cell. ![image](https://user-images.githubusercontent.com/30607/89734774-81f01f80-da5e-11ea-9ac2-8b2091d455fc.png) But using the latest camelot and running `camelot -f csv -o f.csv...

Hi, when I try this snippet https://jqplay.org/s/zkBQG8vTN8 on my shell, I have the below error. I think the problem is related to `$`, but I do not find a way...

Hi, when I apply a filter I see something like: ``` ?filename=dati%2Fsomministrazioni-vaccini-latest.csv &filters=fornitore%3DJanssen &sha=9e6a9f4a150e6b96ef52827e0e2692274d68701e &sort=data_somministrazione%2Cdesc &stickyColumnName=data_somministrazione ``` For some I can deduce the meaning. Is there a page with documentation?...

Dear all, I'm trying to use `api/v1/feeds?bbox` operator, but I have a very strange result. If I use [https://transit.land/api/v1/feeds?bbox=-122.4183,-80,122.4120,37.7858](https://transit.land/api/v1/feeds?bbox=-122.4183,-80,122.4120,37.7858), I have some result. If I use a larger bbox, [https://transit.land/api/v1/feeds?bbox=-160,-88,130,80](https://transit.land/api/v1/feeds?bbox=-160,-88,130,80),...

bug

Hi, I would like to emulate this browser query ([`fq=maintainer:Comune\%20di\%20Arezzo`](https://bit.ly/3M7J1r0)) in the shell. It works in the browser, but if I run ``` ckanapi -r https://dati.gov.it/opendata/ search datasets fq='(maintainer:"Comune\ di\...

Hi, I'm using `lines0.so v0.1.1`. If I run this command on this [input csv file](https://gist.github.com/aborruso/fe965e7c89a0d51209225790c05ea782) ``` sqlite3 tmp.sqlite "select count(*) from lines_read('input.csv');" ``` I have the output in 0.229 seconds....

If yes how to set datefinder to do it? Thank you