-
You can type `import this` in Python and a "Zen of Python" is returned with some of the core values of Python, some examples:
* Flat is better than nested
* Readability counts
* In the face of am…
-
**Is your feature request related to a problem? Please describe.**
At Ouranos, we use `intake-esm` to catalog our on-premise data. There are a few types of datasets that produce enormous catalog file…
-
### Elevator pitch:
[Pandera](https://pandera.readthedocs.io/en/stable/) is a library for Dataframe validation. The creator, @cosmicBboy, [is interested](https://discord.com/channels/9229171760406406…
-
**Describe the bug**
The dask_cudf merge functions returns too few rows when both the dtype of the column being merged on is mismatched (eg: `int64` on the left and `int32` on the right) _and_ when `…
-
**What happened**:
- I'm running a query in dask-sql but I'm encountering a KeyError.
**What you expected to happen**:
- I expected it to return the rank of each row in the output table as a colu…
DaceT updated
2 years ago
-
`sklearn.model_selection.cross_validate` fits and scores several models over some CV splits of data.
http://scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
…
-
I'd like to be able to execute correlated subqueries.
It looks like the following example is successfully parsed by Calcite, but there's a logic error in mapping to Dask DataFrame calls:
```
impo…
-
# spatialpandas
Pandas and Dask extensions for vectorized spatial and geometric operations.
This proposal is a plan towards extracting the functionality of the spatial/geometric utilities develope…
-
**What happened**: When loading a Parquet file, I specified a column twice in the "columns=" argument and the column was loaded twice, that is, there were two columns in the resulting DataFrame with t…
-
## Summary
The principle of the feature is to provide an high-level API getting the difference between similar DataFrames. It also works on the subsets of a single DataFrame.
## Design-lev…