-
Currently we don't honor overrides for certain operations on primitive types. If a subclass of `list` overrides `__getitem__`, for example, we still use `list.__getitem__` for instances of the subclas…
-
###
- [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/index.html) of pandas.…
-
###
- [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/index.html) of pan…
-
#### Code Sample, a copy-pastable example if possible
```python
In [19]: index = pd.MultiIndex.from_tuples([('one', 'a'), ('one', 'b'),
...: ... ('two', 'a'…
-
We currently only run a limited subset of Windows platforms via AppVeyor for continuous integration. I am currently trying a broader set as part of building wheels - and that has found a new test fail…
-
I would like to contribute the complex univariate and multivariate normal distributions (https://github.com/scipy/scipy/issues/7212). However, the distribution infrastructure does not support complex…
-
When I use the `asizeof` command with Pandas dataframes it says they are using 6x the amount of memory I would expect them to use. Is this correct?
In [1]: from pympler.asizeof import asizeof
…
-
In #4164 I've added the ability to pass in a custom ObjectMapper for Kafka consumption to use when deserializing from json. We need some form of plumbing in Python. I'm suspecting a change to `json_sp…
-
Hello,
I was writing an automation script on `Ubuntu 18.04` using `python-xlib` when I noticed that keycode returned by the `Display.keysym_to_keycode()` for ` For {key_string}\t: '
f'K…
-
**Bug Report**
Error message seems to indicate it requires the type it is getting. I could be reading the error message wrong, but this one confuses me.
**To Reproduce**
1. put the code in a fi…