Jayce Slesar

Results 25 issues of Jayce Slesar

Being able to downsample in a pythonic way would be pretty neat, I am sometimes writing queries on time series data that is billions of rows. Currently to downsample I...

feature
expressions
timestamps
recipe

### Plots Can be Rendered in any Plotting Library: Plotly and Bokeh are also really widely used, supporting graphs in different libraries when all the matrix work is done in...

enhancement

closes #73. In Dash if you try to do this you get an output like: ``` Address already in use Port 8080 is in use by another program. Either identify...

Ideally closes #21

https://peps.python.org/pep-0621/ That in combination with [PDM](https://github.com/pdm-project/pdm) makes for some really nice devopsy stuff. Lockfiles are good too CI should still work.

### Background The idea here is to drop requirements.txt in favor of pyproject.toml which is the preferred way to handle projects as scale such as this. This opens up the...

conflicts
bootstrapping

## Is your feature request related to a problem? Please describe. I don't believe this is currently related to a problem but [poetry2nix](https://github.com/nix-community/poetry2nix) already exists and my org happens to...

⭐ enhancement
❓ help wanted

Not sure if this is wanted or not but I was playing around with this and would either need to add a lot of `type: ignores` to the existing code...

documentation
enhancement

I know it doesnt make sense as you would ideally want a separate downsample for each column in your dataframe but what about some strategy like: pick your max number...