gramex icon indicating copy to clipboard operation
gramex copied to clipboard

A visual analytics platform to build data-based web apps with less code.

Results 127 gramex issues
Sort by recently updated
recently updated
newest added

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? ![Rich logging screenshot](https://github.com/textualize/rich/raw/master/imgs/logging.png)

`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+.

data-model

**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 ![image](https://user-images.githubusercontent.com/63734/192216460-3453ecce-ee62-4269-88fb-134f7ef0b92f.png) 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)....

deploy

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...