gramex
gramex copied to clipboard
A visual analytics platform to build data-based web apps with less code.
Currently, Gramex requires tzlocal. This is specifically to convert timestamps for influxdb. But we don't do this for any other database. (Notable, we let MongoDB manage it via the tz_aware...
Only InfluxDB requires this, we'll handle it later if needed. Closes #636
[rich](https://github.com/Textualize/rich) has a good interface for logging in color. Should we switch to this, @bhatsandeep @jaidevd? 
`sqlalchemy.exc.CompileError: MSSQL requires an order_by when using an OFFSET or a non-simple LIMIT clause` Using `pip install sqlalchemy==1.3.9` fixes this, but it breaks with SQLAlchemy 1.4+.
**Is your feature request related to a problem? Please describe.** Problem is the ease of access for using multiple functions in a formhandler column response. Right now we need to...
Note: model= appears empty even when we retrain with a specific model  Console log error: ``` Uncaught SyntaxError: "[object Object]" is not valid JSON at JSON.parse () at Object.success...
We may need one application to run on multiple ports. Each app may use different services (e.g. one runs only schedulers, one runs only ML predictors, one runs on UI)....
MLHandler needs to grow to accommodate vision and NLP frameworks - pandas remains relevant only to sklearn models / tabular data. This commit moves most pandas code away from MLHandler...