-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
##…
-
As mentioned here: https://discourse.julialang.org/t/multivariate-ols/9150/8 , I think the non-Dataframe OLS usage should be added to the top of the README since it is the easiest way to get started w…
-
Some API's feel a bit un-intuitive, I think Polars has really excelled at this area. My suggestion is we re-use some of those APIs or take some inspiration of them, changes I am proposing (I am happy …
-
Hey!
I just tried using the package, unsuccessfully. Maybe something changed within OMIE endpoints?
I tried the example code you suggested:
`import datetime as dt
import matplotlib.pyplot as plt…
-
When I try to run the example, in the line:
df = pd.DataFrame(phase_diagram.to_dict())
df.head()
I get an error message:
PanicException Traceback (most recent call last)…
-
Hi there!
Our [extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.datawrangler) leverages the `evaluateName` DAP property to allow users to view and interact with nested vari…
-
we currently have 3 different unpivot extenders, which could be reduced to one if we had parameter support. I propose to have something like this:
```python
@extender(name="unpivot")
def unpi…
-
#### Correlation
I would really like to see the original `df.corr()` from Polars, because now we only have `df.pearsonCorr(a, b)`, which need 2 columns. I would like to have `df.corr()`, which retu…
-
This issue describes a possibility to enable multiple dataframe API compatibility through (or referencing) https://github.com/data-apis/dataframe-api . Currently the project is compatible with Pandas …
-
### Describe the bug
df.parse_sql_expr does not handle expression aliases, for expressions like
```rust
df.parse_sql_expr("col0 as new_col0")
```
it will return `col(`col0`) expression
### …