-
``` python
import pandas as pd
```
-
I have installed Anaconda3-4.4.0. I have created an environment with the following code
`conda create -y -n assess_dev_35 --file conda_requirements_35.txt`
The text file contains
```
python=3.…
-
### 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.
### Reprodu…
-
### Pandas version 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://pandas.pydata.org/docs/whatsnew/i…
-
### 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…
-
### Jdaviz component
Imviz
### Description
Hi again!
This bug is a companion to #3217, as I thought the initialization was the source of the two errors that cropped up in #2872, but turns …
-
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
from decimal import Decimal
print(pd.api.types.infer_dtype([1.0, Decimal(1)]))
print(pd.api.types.infer_dtype…
-
### 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…
-
```
>>> import pandas as pd
>>> pd.eval('not True')
-2
```
Not sure if this was intentional, since `'not'` maps to `op.invert` in https://github.com/pydata/pandas/blob/master/pandas/computation/ops.p…
-
### Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### Description of the bug
Using option "convert_only_signal_vias=False…