Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Support 'evaluateName' for dataframe columns

Aperta
#1,672 5 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@heejaechang ci sta già lavorando.

Dal 18/9/2024.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

needs repro

Hi there!

Our extension leverages the evaluateName DAP property to allow users to view and interact with nested variables through evaluate expressions while debugging. This works well when accessing top-level and nested data for simple lists, dictionary and class objects, but I've noticed some cases where this property is missing, e.g., the following:

  • Pandas DataFrame columns (nested Pandas Series)
  • Nested NumPy arrays
  • When an Enum appears as a child of another variable, such as a dictionary. (I suppose there may be challenges where the enum import may be out of scope if for example the parent variable was imported from a module and similar such cases.) - this was observed in https://github.com/microsoft/vscode-data-wrangler/issues/285

Is there more general information/documentation on what scenarios this property is or isn't supported (due to technical limitations or other reasons?)

I did also see https://github.com/microsoft/debugpy/issues/1439, but it wasn't clear to me if these were necessarily related to support for the evaluateName property.

Thanks!

Lingua principale
Python
Stelle
2.5k
Fork
202
Merge medio
5g 1h
PR unite (30g)
1

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di microsoft/debugpy

Tutte le issue di microsoft/debugpy

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.