-
obs_eval_fluxnet2015.Rdata object contains the daily mean instead of weekly and monthly mean
```
load(here("data/obs_eval_fluxnet2015.Rdata"))
obs_eval$ddf |> unnest(data) |> summarise(mean = mea…
-
Please add this file version read, thank you! It is .ddf file, Software version number: ORYX F/W v4.00 Oryx Data Collector v3.7.3
[Archive.zip](https://github.com/dtscalibration/python-dts-calibratio…
-
## Setup
I have a function as follows:
```python
def my_function(ddf: dd.DataFrame, list_of_args: List[Dict]) -> List[Delayed]:
ddf_tasks = ddf.to_delayed()
reduced_results = []
…
-
Hi!
Wäre es möglich ein `LastModified`-Property ins `Serie.json`-File als ISO 8601 oder UNIX Timestamp mit aufzunehmen? Ich wäre grad am überlegen meine DDF-Random-Folge Progressiv Web App (https:/…
-
### Describe the Bug
I am writing to inquire about a CORS policy issue I encountered while attempting to use the Umami Cloud API. I am currently registered under the free plan, and I am attempting to…
-
Points now use lazy dataframes (Dask `DataFrame`). We talked about allowing having in-memory both as dataframes and lazy dataframes. https://github.com/scverse/spatialdata/issues/153
What about using…
-
DataFrame.divisions are lost when using `repartition` or `set_index` with `npartitions == 1`
```python
df = pd.DataFrame(np.random.randint(0, 20000, size=(10, 3)), columns=list('ABC'))
ddf = dd.f…
-
DDFS could (optionally) checksum data, to guard against data corruption
-
Instead of using dask delayed to align and map over the partitions of our catalogs, we could try to use the `ddf.partitions` accessor to align the partitions as necessary and map_partitions over them.…
-
**Describe the bug**
Using conditional Indices with `ddl_if`, alembic ignores the target dialect and creates all the indices, not just the index that matches the conditional constraint.
```pytho…