Feature Request: Support indexing into python objects
Aperta
- Lingua principale
- Julia
- Stelle
- 1.5k
- Fork
- 186
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I am using pandas with PyCall.jl and would like to write something like
```julia
mysubset = df[df["colname"] == "value"]
```
looking into the code
https://github.com/JuliaPy/PyCall.jl/blob/master/src/PyCall.jl#L349-L361
it seems that this is just not supported currently (because of some legacy where indexing was used instead of dot access)
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.