-
- df.dropna - написать пояснение где sort_value by annotators_count)
-
### Describe bug
talib cannot accept dataframe as input:
```
Traceback (most recent call last):
File "/data/1.py", line 7, in
df['SMA_5'] = ta.SMA(df['Close'], timeperiod=5)
File "/da…
-
Spark handles projection differently for outer join outputs, based on how the join column is specified in `.select()`. Here is an example for the behavior that we should support.
```text
>>> df = …
linhr updated
17 hours ago
-
The new tutorial on advanced parameter sharing suggests that something like the following would be possible:
```
comp = jx.Compartment()
branch = jx.Branch(comp, nseg=1)
cell = jx.Cell(branch, par…
-
### Feature Type
- [X] Adding new functionality to pandas
- [X] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
It wo…
-
Read ORC read wrong Data
Repro:
```import cudf
df = cudf.read_orc('bug.snappy.orc', engine='cudf')
df = df[df.a == 10]
df
```
Out:
```
a b
636317 10 2024-04-01 16:18:10.581
636319 10 2024-04-01 16:1…
-
### Pandas version checks
- [X] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/)
### Location of the documentation…
-
## Feature
Similar to https://github.com/tidymodels/probably/issues/159.
When producing a stacked ensemble of predictions, although the base models may have been trained using importance weights…
-
# Summary
We will need a mechanism to (explicitly) update an older DB to the current schema, perhaps as an explicit ``pyani-plus update-db ...`` command. It might be safest if this generates a new …
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…