-
This is a follow-up to the PR: https://github.com/JuliaClimate/GeoRegions.jl/pull/8
In julia `1 in 3:10` (or `1 in 3..10` for IntervalSets.jl) just returns `false`, while in GeoRegions (current mai…
-
Is there a method with which BSE bhavcopy can be downloaded with ISIN values?
-
#### Question about pandera
if we have dynamic categorical variable how to pass it to the schema? i have a streamlit app based on the userinput i have to created the expected values for product and p…
-
### 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…
-
```python
import ddlpy
locations = ddlpy.locations()
bool_hoedanigheid = locations['Hoedanigheid.Code'].isin(['NAP'])
bool_stations = locations.index.isin(['HUIBGT'])
bool_grootheid = locations…
-
```python
import ddlpy
locations = ddlpy.locations()
bool_hoedanigheid = locations['Hoedanigheid.Code'].isin(['NAP'])
bool_stations = locations.index.isin(['STELLDBTN'])
bool_grootheid = location…
-
### Feature request
I was trying out [local-gemma](https://github.com/huggingface/local-gemma) just now on my M1 macbook and ran into this error:
```
ValueError: Can't infer missing attention mas…
-
Hi,
you mention you'd like us to contribute with ISIN codes but how to add them? We could theoretically add a column but problem is that a single ticker can have multiple ISINs so that would create…
-
**[Salil Gandhi](https://jira.spring.io/secure/ViewProfile.jspa?name=salilgandhi)** opened **[DATAREDIS-725](https://jira.spring.io/browse/DATAREDIS-725?redirect=false)** and commented
The queries/me…
-
For at least 2008 to 2012
```python
import ddlpy
locations = ddlpy.locations()
bool_hoedanigheid = locations['Hoedanigheid.Code'].isin(['NAP'])
bool_stations = locations.index.isin(['UITHZWD1']…