-
### Modin version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest released version of Modin.
- [X] I have confirmed t…
-
### 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…
-
os: Fedora Linux 38 (Workstation Edition)
kernal: Linux fedora 6.4.10-200.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 11 12:20:29 UTC 2023 x86_64 GNU/Linux
pip: pip 22.3.1 from /usr/lib/python3.11/si…
-
### Details
fixture `name` invoked and teardown every subclass method as I expect.
```python3
class TestClassTop:
@pytest.fixture(scope='class')
def name(self):
print('
-
...after it was marked as deprecated in 4.0.0 https://github.com/ansible-collections/community.mysql/issues/646
-
### 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…
-
`flask db init`之后出现`config = current_app.extensions['migrate'].migrate.get_config(directory,
KeyError: 'migrate'`
浏览并尝试了网上的一些方法后依然无法解决,希望能够得到帮助:-)
-
### 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…
-
#### Code Sample
```python
d = {'col1': [1, np.nan], 'col2': [3, 4]}
df = pd.DataFrame(data=d)
df.describe()
```
#### Problem description
* Output
![image](https://user-images.githubusercont…
-
吾辈菜鸟,选择目录之前要先学习一下基础知识:
https://www.runoob.com/linux/linux-system-contents.html
我make的时候,一直有找不到release.h的报错
去src文件夹下:
chmod 777 mkreleasehdr.sh
chmod +x mkreleasehdr.sh
chmod -R +x mkreleasehdr…