Zachary Moon

Results 92 comments of Zachary Moon

> In the past, it apparently did not work. Issue that seems related: https://github.com/pandas-dev/pandas/issues/9448

It still doesn't work for extension dtypes. ```python pd.Series([1.1, 2.2, 3.3]).to_string(float_format="%.3e") # works pd.Series([1.1, 2.2, 3.3]).convert_dtypes().to_string(float_format="%.3e") # `TypeError: 'str' object is not callable` ```

That seems fair until the docs are clarified and it works for extension dtypes too. Maybe we could leave this open though?

It seems like with the Conda install, we get an `xrviz` script that would work in a UNIX-like. What I posted above is the contents of the `xrviz` file. Invoking...

I notice some other projects specify the entry points in the `meta.yaml` (in addition to the Setuptools), e.g., https://github.com/conda-forge/tqdm-feedstock/blob/master/recipe/meta.yaml Maybe that would fix this?

I am getting many `Refused to set unsafe header "Accept-Encoding"` and `Refused to set unsafe header "Connection"` with version 0.2.1 in a Panel app in which I use `requests.get()`, and...

> Thanks for reporting this. What browser are you using? Tried Chrome, Edge, Firefox, same behavior. The HTML generated by Panel v1.4.4 loads Pyodide v0.25.0 (and specifies `pyodide-http==0.2.1`).

> I checked the output HTML, no head tag, no CSS, no JS file. Why? What do I need to do? You have to add those things. Here is a...

In v3.3 Matplotlib changed the default for grid layout assumptions for pcolors: , that's what causes this change. But monet should probably address this explicitly (by setting Matplotlib version and/or...

> which settings are more popular, within a tune, One thing you could do currently is to look at the existing tune sets, for which you do have to pick...