Nicholas Butterly

Results 7 issues of Nicholas Butterly

Please add to the documentation that you must specify the "notebook" renderer for plotly to work. For example: ``` import plotly.express as px df = px.data.iris() fig = px.scatter(df, x="sepal_width",...

## Description polars.EagerPolarsDataset cannot read excel files using the "calamine" engine. ## Context The "calamine" engine (see: [link](https://docs.pola.rs/py-polars/html/reference/api/polars.read_excel.html)), is *significantly* faster at reading and writing Excel files compared to the...

bug

## Description Enable Polars streaming by default when saving [polars.LazyPolarsDataset](https://docs.pola.rs/py-polars/html/reference/lazyframe/api/polars.LazyFrame.collect.html#polars.LazyFrame.collect) ## Context Enables larger-than-memory data processing, one of the main advantages of using Polars LazyFrames. ## Possible Implementation `.collect(streaming=True)` in...

enhancement
good first issue
Community
datasets

### Description of the bug `TypedDict` classes gets a griffe warning "Parameter does not appear in the function signature" when correctly including the parameters in the docstring. (Note: `TypedDict`'s do...

feature

Hi, Was wondering if it's worth looking through the Polars checks implemented in the Python library `cuallee` to see if they're worth including in `Field`?

**Describe the bug** `pl.Enum` does not work for Polars version >=`1.0.0` - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this...

bug

Unable to select [elk](https://github.com/mermaid-js/mermaid/tree/develop/packages/mermaid-layout-elk) renderer for flowcharts. The following plugin configuration results in the diagram rendering with the default (i.e., non-elk) renderer: ```yaml plugins: - mermaid2: version: 11.4.0 arguments: layout:...