BUG: select_dtypes does not work properly with numpy.ndarray #22918 Sign in to view logs Summary Jobs issue_assign preview_docs asv_run Run details Usage Workflow file Triggered via issue October 25, 2024 21:
Pandas version checks I have checked that this issue has not already been reported. I have confirmed this bug exists on the latest version of pandas. I have confirmed this bug exists on the main branch of pandas. Reproducible Example import numpy as np, pandas as pd x = np.array([0.0,...
For the lazy package that actually would depend on them, we made a compile time solution that removes the need. Raise an issue if 3rd part software needs it. .pyx These are ignored, because they are Cython source code not used at run time .dll These are ignored, since they usually ...
matplotlib 3.8.0 has shipped and contains their own stubs. We are continuing to ship our stubs for the benefit of users on earlier versions, but we are not planning to make enhancements to them in the future. If our stubs are insufficient for your purposes, you should upgrade to 3.8.0+ ...
@crusaderkywhat I'm trying to do is what the title of this opened thread says"Does interp() work on curvilinear grids (2D coordinates)?"Working with (x, y, t) all 1D numpy arrays is an easy problem! But that's not the problem I'm dealing with. ...
On Windows, theclang-clcompiler on Windows can be used if provided by the Visual Studio installer. [1] Support for this C11 is given with gcc 5.x or higher or any clang version. The older MSVC compilers don't do it yet. But as a workaround, with Python 3.10 or older, the C++03...
create a new clean environment with numpy, scipy and pandas (conda-forge is priority over defaults) install anything else tries to "downgrade" numpy (in the example below I install pysal which depends on numpy, but the same happens with something that does not depend on it) (base) joris@...
The MinMaxScaler() throws an error when put through the DataFrameMapper. There's a related issue on scikit-learn that can be fixed by the addition of braces, but I can't figure out a syntax in the mapper that will do the equivalent. See ...
On Windows, theclang-clcompiler on Windows can be used if provided by the Visual Studio installer. [1] Support for this C11 is given with gcc 5.x or higher or any clang version. The older MSVC compilers don't do it yet. But as a workaround, with Python 3.10 or older, the C++03...
Use --include-module on them from their source code instead. .pyw Same as .py. For including multiple programs, use multiple --main arguments instead. .pyi These are ignored, because they are code-like and not needed at run time. For the lazy package that actually would depend on them,...