Jasper
Jasper
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice....
Currently we only support individual parquet files through pyarrow. However, there are also partitioned datasets, which we don't support. See: https://arrow.apache.org/docs/python/generated/pyarrow.parquet.ParquetDataset.html /cc @mr-1993 @emptymalei
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice....
Currently we rely on `gunicorn` for serving web-requests. Using it for production like we do, is generally not recommended. We should investigate alternative approaches, such as https://unit.nginx.org/howto/flask/
We use pandas to handle time-frequencies. However, some frequency names are just aliases, which are resolved to a canonical form, see: * https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#offset-aliases * https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#anchored-offsets For example `Y` (yearly) becomes...
From the tutorial: > `PandasDataset` is meant to work on `pandas.DataFrame`, `pandas.Series` **and any collection of both**. However: ``` In [3]: s = pd.Series(np.arange(10), index=pd.period_range("2020", freq="D", periods=10)) In [4]: from...
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice....
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice....
We have some notebook and python files in the `examples` folder. Ideally, we include them in the documentation by moving them.
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice....