-
```
julia> using JuliaDB
julia> @time x=TextParse.readcsv("fail.csv"); # CSV parsing is not the problem
0.626648 seconds (365.80 k allocations: 20.111 MiB, 9.01% gc time)
julia> @time x=load…
-
Is that something we could have? We can fallback to `Any` if the row type is not clear, but I think there are many cases where the row type can be computed easily.
Background:
I have my own row type…
-
When trying to add JuliaDB to my local environment (1.7), the following happens, hindering all packages installed:
```
(@v1.7) pkg> add JuliaDB
Updating registry at `~/.julia/registries/General`
…
-
It's pretty common that an empty string (e.g. `x,,z`) would signify a missing value. I tried that with no success. But then I discovered that specifying a specific string doesn't work either. See the …
-
Hi All,
I'm new to JuliaDB and just trying to go through the examples to get familiar with the package. I'm getting an error on a simple groupby example. I'm on Julia 1.5.3 on Windows 10. Any id…
-
Trying to load the following csv file crashes Julia 1.0.3 with a segmentation fault error, however it loads perfectly fine in Julia 1.1.0.
This is my Julia 1.0.3 environment:
```julia
(v1.0) …
-
More a question or request than an issue:
How can I add citext and uuid as PostgreSQL-types handled by PostgreSQL.jl?
At the moment I have do casting in the query like this:
Select title::text fr…
-
The consensus seems to be to use Parquet.jl
The package can only read Parquet files now, we will need to implement writing.
Noting that we can use Julia serialization for this in the meanwhile.
…
-
I could not find this topic discussed (I am sorry if it is a duplicate as it seems to be an elementary issue).
Consider the following code:
```
julia> t = IndexedTable(Columns(a=[1,1,1,2,2,2]), C…
-
And set it up so you can hot-start from a given population