Andrea Borruso

Results 119 issues of Andrea Borruso

Hi, in your example output, it seems that numeric fields (creditLimit and salesRepEmployeeNumber) is exported as text fields: ``` [ { "id": "114", "customerName": "Australian Collectors, Co.", "contactLastName": "Ferguson", "contactFirstName":...

Hi, if I run `echo "aprile" | dconv --from-locale it_IT -i "%B" | dateconv -f "%m"` I have `04`. If I choose "luglio" - july in Italian - and run...

I do not know if it's right, but in the script there is `exit` and then it could be better to add sys module. I have discovered it, creating the...

Hi, I have created (with pyinstaller) a standalone version of scrape, because I need it in a python 3 PC https://github.com/aborruso/scrape-cli/releases Scrape is a great tool, thank you to its...

Hi, is there a way to concatenate two files horizontally? Starting from ``` field1,field2 0,a 1,b 3,a ``` and ``` field3,field4 0,a 1,b 3,a ``` obtain ``` field1,field2,field3,field4 0,a,0,a 1,b,1,b...

new command
low priority

Hi, if I run `git diff mycommit` I have the git diff in the shell. Is it a way to have in example an HTML output? Thank you

I have had this problem and I have solved in the way you can read here https://github.com/jupyter/notebook/issues/1731#issuecomment-244351956

stats is really great, to have null values count should be very interesting. As usual thank you for this great tool

Hi, I have this [Eurostat TSV](https://gist.githubusercontent.com/aborruso/59f51d0c7cf5feb3d08b7ffdd1db04c7/raw/6245a2b3b0fbe52efb95c1065a6da302d0c70e5b/tmp.tsv) (the first column is a sort of a CSV inside the column). I want to apply a wide to long reshape to all field...

Hi, I think Miller is one of the best tool to work on text structured data. Unfortunately (it seems to me) it is not very known. Than I'm doing a...

leave-open