-
### Describe bug
Library Versions: yfinance 0.2.48 and pandas 2.2.3
Python 3.12.7
Attempting to get history results in AttributeError: module 'pandas._libs.properties' has no attribute 'tz'
…
-
Hey Kyle, I was working with the [apply_categorical_cmap](https://github.com/developmentseed/lonboard/blob/d5bc98fbbbe382d142dc8640487a0feecea1ea3b/lonboard/colormap.py#L193C13-L193C20) in lonboard ye…
-
**Is your feature request related to a problem? Please describe.**
CI is failing due to Pandas 2.0.0
**Describe the solution you'd like**
Support Pandas 2.0.0
**Describe alternatives you've c…
-
Hello Wouter,
For your information...
####################################################################
dfilloux@clust-slurm-client2:~/work$ module load nanoplot/1.42.0
dfilloux@clust-s…
-
The introduction of the [polars](https://pola.rs/) library, which seems to be a general upgrade on pandas, shows how easily a 'standard' like `pandas` can change.
I suggest that we maintain an int…
-
### Description
Pandas has a very nifty [.compare() function](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.compare.html) that compares two dataframes and returns the rows/columns whe…
-
I'm sure I'm missing something super simple and I apologize in advance. I'm starting broker with the command "uv run ffxiahbot broker --inp-csv items.csv --buy-items --sell-items" and it returns Synta…
-
Could we include the mentioned packages into tur pypi?
Actually, I want to package open-webui (a popular LLM frontend). It uses versioned packages which will easily conflict with general termux env…
-
![image](https://github.com/user-attachments/assets/99b54ba7-6932-4781-9b92-45acf9b34160)
为什么这里的pandas已经安装完毕,但jupyter notebook却找不到pandas模块
-
`show()` is not working while I'm importing pandas with from modin. I'm using [modin](https://github.com/modin-project/modin) to improve pandas performance.
```
import modin.pandas as pd
df = …