junder873
junder873
When I upgraded to v0.11, I ran into an error when using `@by`. For a MWE: ```julia df= DataFrame( x = [1, 1, 2, 2, 3, 3], y = [true,...
Maybe this is an issue with StatsModels.jl, but I was wondering if there is a plan to allow lag and lead operators in formula (similar to R [fixest](https://cran.r-project.org/web/packages/fixest/vignettes/fixest_walkthrough.html)). Originally I...
I decided to take a stab at adding support for Julia, I have put together a minimally working set that is pretty straightforward. The main thing I still need to...
When I was doing some testing, there seems to be some type instability related to the Schema Struct. Just as a MWE: ```julia f = @formula(a ~ b + c)...
I think it would be convenient if you could do date arithmetic. For example, if I want somebody to pass a period to another function, I want to be able...
An Excel output option would be very useful for this package. This pull request creates a first attempt at this. This idea contains a few useful features: - All numbers...
Gadfly is currently on version 1.4, which limits CoupledFields.jl to version 0.2. However, the master is compatible with CoupledFields 0.3. This matters downstream since CoupledFields 0.2 is compatible with StatsBase...
Following #160, allowing more formatting options on the front end would be useful and likely more intuitive. This request attempts to do this by creating anonymous functions in these cases....
I was thinking about adding a loader for a more generic SQL setup but I am not sure how it would work. In particular, how would passwords/access to specific databases...