ericemc3

Results 49 issues of ericemc3

### What happens? My remote parquet file weighs 7,2 Mo. If i read it with a simple WHERE, more than 15 Mo pass through the network. ### To Reproduce `CREATE...

I have a csv file with zip codes (CODGEO) that look like integers ![image](https://user-images.githubusercontent.com/17407796/201682366-21ad1c55-57ae-47d9-a7e8-821fbf44a908.png) but actually contain characters. Is there a simple way with insertCSVFromPath() to specifiy CODGEO as a...

I'd like an equivalent of `gentoo = d3.csv("https://portal.edirepository.org/nis/dataviewer?packageid=knb-lter-pal.220.7&entityid=e03b43c924f226486f2f0ab6709d2381", d3.autoType)` with DuckDBClient. both ``` DuckDBClient.of({ gentoo: "https://portal.edirepository.org/nis/dataviewer?packageid=knb-lter-pal.220.7&entityid=e03b43c924f226486f2f0ab6709d2381" }) ``` and ``` DuckDBClient.of({ gentoo: { file: "https://portal.edirepository.org/nis/dataviewer?packageid=knb-lter-pal.220.7&entityid=e03b43c924f226486f2f0ab6709d2381" } }) ``` won't work....

Last DuckDb releases (as of 0.8.0) include PIVOT and UNPIVOT, both very useful SQL features for reshaping data.

enhancement

### What happens? Six equivalent requests on a big parquet file (26 M records), sorted by a quadkey column. The first two take about 1 second. The next 4 take...

under review

grade_this_code error messages are smart but in english...

Here is a reprex ```{r insee_cc0} question_text( "Please enter proper URL (file download)", allow_retry = TRUE, answer("https://www.insee.fr/fr/statistiques/fichier/4171585/base-cc-serie-histo-2016-xls.zip", correct = TRUE) ) ``` if i copy https://www.insee.fr/fr/statistiques/fichier/4171585/base-cc-serie-histo-2016-xls.zip i get: Incorrect

Cette affirmation pose la supériorité de openxlsx::read.xlsx sur readxl::read_excel : > Il est recommandé d’utiliser la fonction [read_excel()](https://readxl.tidyverse.org/reference/read_excel.html) du package readxl pour importer des fichiers xls. Cette fonction peut également...

I'd like to translate them in French. Other labels can be modified within `question_parsons`, but apparently not these ones. I tried with a parameter `text = c('drag alternative','construct alternative')` but...

to avoid ST_Dump(geom).unnest(recursive := true) + flaten(list())...