-
This is a proposal to support the following pattern
```python
import pandas as pd
import gurobipy as gp
import gurobipy_pandas as gppd
# example data
df = pd.DataFrame({
"ub": [4,5,6],
…
-
## question to ask chatgpt o1
polars to pandas style, create a DataFrame, must use df.loc[], not df.loc(),
```python
df = DataFrame(
{"ref": list('abcd'), 'x': [1,2,3,4], 'z': [7,8,9,6]}…
-
### Description
I tried adding a `pint.Quantity` to an existing `pd.DataFrame`, thinking that `pint-pandas` might transform the `Quantity` into a `PintArray` that:
- matches the number of rows
- …
-
### 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.
- [ ] I have confi…
-
#### Is your feature request related to a problem? Please describe.
`spread` [appears](https://hvplot.holoviz.org/reference/tabular/scattermatrix.html#:~:text=%3DTrue%20or-,spread%3DTrue,-.%20Head%2…
-
Pandas is a common library used for data management. It would be very useful to support dataframes on top of numpy arrays.
-
A user should be able to open a Pandas dataframe they have in a notebook with Voyager.
The UI for this could be:
* An option in the right click context menu on Pandas dataframe outputs outputs in …
-
pandas and xarray allow users to drop part of the dataset with a drop method - see e.g. https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.drop.html. Which is opposite to `sel()` but should…
-
This is the list of things that are in pandas 2.0 release notes that need to be addressed in pandas-stubs. PR's welcome. If you do a PR, check off the item and put a link to the PR that closed it. …
-
[Pandas and numpy use different approximations for standard deviation](https://stackoverflow.com/a/24984205). As such, this explains why this test gets such a low score. Related to #76 and one of the …