JB-AM

Results 3 issues of JB-AM

#### OS Win10 #### Versions of xlwings 0.25.3, Excel 2110 and Python 3.9 #### Describe your issue In Excel xlwings ribbon, click on `Import functions`, get error message : `Could...

Refactoring

### 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 https://pandas.pydata.org/docs/getting_started/intro_tutorials/05_add_columns.html...

Docs
Needs Info
Copy / view semantics

It seems HumidAir return grossly wrong calculations at temperatures under around 295K, 1atm. Please try: ``` import iapws.humidAir as ha a = ha.HumidAir(T=295, P=0.101325, W=0.00858) print(a.RH) ``` It should return...