-
Parquet file is existing and can be read with https://parquet-viewer-online.com
Execution of DSL script results in printing a frame with all (10) values nan
```csharp
// read_from_parquet.daph
…
-
### What happens?
If a Malloy notebook has an empty markdown section, it will not be parsed correctly.
### To Reproduce
Make a `.malloynb` file with the following contents:
```malloynb
>>>markd…
-
we want to develop new feature to import raw data, like excel, csv, or maybe parquet to postgresql. and here the design that I think match to this project (if you have another approach, let me know). …
-
go-fltk version: main branch
system: MacOS 14.4.1
arch: aarm64
When trying to raise the number of rows in `go-fltk/examples/7GUIs/cells/main.go`
more than 510 or when try to raise the number of …
-
Hi, I am trying to read parquet files that are in S3 and were generated via python script.
I get the following error:
Error: thrown: "invalid parquet version"
When I am trying to read similar file…
-
-
Hello,
I'm not sure if it really fits as an issue, but I wanted to inform you we (@vinyesm and me) created this https://github.com/graph-embeddings/pbg-helper that makes it possible to efficiently cr…
-
I am on a Macbook M1 with latest R, VScode and VScode-R.
There is a 40s lag time after submitting codes to radian when importing `feather` and `parquet` files, but no lag when importing `csv` file…
-
The documentation is a little confusing and not giving a clear hint on how I could possibly do this.
-
Hi!
I have a go program that generate parquet files. (I am using go 1.17)
```go
func Example() {
// Creating writer:
writer := parquet.NewWriter(
localParquetFile,
parquet.SchemaOf(pblo…