Support 'evaluateName' for dataframe columns
@heejaechang is already working on this.
Since Sep 18, 2024.
Assessment
This issue has not been assessed yet.
Description
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!
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 202
- Avg merge
- 5d 1h
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/debugpy
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
documentation
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
documentation
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
All issues in microsoft/debugpy
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
xinnan-tech/xiaozhi-fde-talk#263 ·
-
rules
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
huggingface/Repo2RLEnv#163 · 1 comment ·
-
Difficulty 1/5 Under an hour Newbie friendliness 95/100
huggingface/sentence-transformers#4074 ·
-
comp/dashboard invalid P3
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
NousResearch/hermes-agent#121143 ·