-
I am trying to parse a CSV and convert a column that holds the sex of a person into a `Nullable{Bool}`
My attempts failed:
```
sex_parser = CustomParser(Bool) do str, i, len, opts
return (le…
-
[This](https://github.com/JuliaComputing/TextParse.jl/commit/6d5d6a7c6f065c25a13036b3cbcf36dd16a0b2f9) commit removed support for it entirely, not clear to me why. There are some very legit usecases w…
-
Let's use this issue to keep track of which databases we support and which implementation is canonical.
- Generic database access protocol: DBI.jl
- Non-DBI access
- (Ready for use) SQLite.jl
- (R…
-
Maybe it is my unfamiliarity with working with NamedTuples but I found it awkward to get a subset of columns when I was porting my DataFrames code to use TypedTables. I came up with the following fun…
-
I have a script about 1,600 lines long which uses a bunch of installed packages as well as self-created modules.
After I set a break point on a line (using either Juno's GUI or the "bp add line" co…
-
[IterableTables.jl](https://github.com/queryverse/IterableTables.jl) used to have Gadfly integration pre julia 1.0. What that enabled was that one could pass any tabular source, not just a `DataFrame`…
-
Reminder: while GoG assumes data is the long tidy format, one could probably be more flexible by allowing more methods to construct the `PlottableTable`: there could be some public API to build `Plott…
-
I've tried everything I can think of to try to get the view to rotate to the up vector, but the Scene just seems to ignore it.
Makie v0.11.0
GLMakie v0.1.5
MakieLayout v0.9.9
the lookat and e…
-
I encountered unexpected behaviour when attempting to filter values of type Missing. I found a solution at https://discourse.julialang.org/t/query-jl-filtering-on-missing-data/14898. I suppose this is…
-
_Originally posted by @yakir12 in https://github.com/invenia/JLSO.jl/issues/32#issuecomment-565054885_
I guess this is related. Anything I can do about it, none of those package were relevant, but …