Feature Request: Support indexing into python objects
Offen
- Vorherrschende Sprache
- Julia
- Sterne
- 1.5k
- Forks
- 186
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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)
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.