-
### Description
## Description
We use `polars.Config.set_tbl_cell_alignment()` to change the table cell alignment format for `print(pl.DataFrame())`.
However, this configuration does not work whe…
-
- [x] #94
- [ ] Add predicates that are based on time aggregations (ie., mean, median, moving averages) for more constraints
- [ ] Add support for polars SQL
- [ ] Add `not()` syntax
- [ ] Create…
-
### Description
I'm not sure if it's better to add a method or just a parameter to `read_excel` but add a means of getting a DataFrame/List/Dict/whatever of sheet names.
Something like
```
fro…
-
### 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.
### Re…
-
### Willingness to contribute
Yes. I would be willing to contribute this feature with guidance from the MLflow community.
### Proposal Summary
Add `PolarsDataset` class for logging datasets based o…
-
**Link to doc page in question (if any):**
https://docs.streamlit.io/develop/concepts/architecture/caching
**Name of the Streamlit feature whose docs need improvement:**
`@st.cache_data` / `@…
-
df = df.group_by(by=[_DATE_]).map_groups(func_2_cs__date)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\123\AppData\Roaming\Python\Python311\site-packages\polars…
-
This is a review of the topics discussed that the Dataset class attributes must be:
- Data: for version 1.0, use Pandas, subsequent versions will include streaming capabilities
- Attached attribut…
-
### Problem description
`datetime.date` has a `replace` function that lets you immediately set the day/month/year:
```python
>>> from datetime import date
>>> date(2023, 1, 1).replace(month=3)…
-
### What would you like to discuss?
Based on some of the issues I noticed with frictionless validating, especially regarding if they need just a file path or what (e.g. in #824), I dug into the sourc…