-
Just a small thing, leaving as a reminder for myself to open a PR after #3172. At present `coeff` in filter.py takes `tuple[np.array] | list[np.array] | np.array | None`. This needs reflecting in the …
-
**Is your feature request related to a problem? Please describe.**
Currently it is possible to define a `ctuple` like so (as [shown in the docs]( https://cython.readthedocs.io/en/latest/src/use…
-
Currently, `fast_mail_parser` return only the last header value if there are multiple headers with the same key (like `Received`, which is nearly almost the case).
An example program with Python's …
-
The whitespace handling in PEP 8 is a little different. Two cases stand out to me as unhandled.
## Two spaces before inline comments
Current:
```python
foo() # This is a comment.
```
Desir…
taion updated
6 years ago
-
### 🐛 Describe the bug
Related: https://github.com/pytorch/vision/pull/5569#issuecomment-1063507413
A tuple of float such as `(0.5, 0.5, 0.5)` is accepted on function with input parameter type `…
-
### 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/whatsn…
-
One of the questions I run into while doing the Geometry classes refactor (subclassing PyGEOS geometry -> https://github.com/Toblerity/Shapely/pull/983), is what to do with CoordinateSequence.
So r…
-
#### Code Sample
```python
import pandas as pd
animals = pd.DataFrame({'kind': ['cat', 'dog', 'cat', 'dog'],
'height': [9.1, 6.0, 9.5, 34.0],
'…
ghost updated
2 months ago
-
Stack trace
```
Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 22:45:29) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
>>>
…
-
Hello,
In [serializejson](https://github.com/SmartAudioTools/serializejson) , like you suggest in https://github.com/python-rapidjson/python-rapidjson/issues/100 , I heavily use RawJSON, in order …