Skip to content

Error in read_reports #4

@Diksha-Moolchandani

Description

@Diksha-Moolchandani

Hi,

I get the following error in the last step of the README:

drgpu/read_reports.py", in fill_source_report
new_dict = {line_id: source_df.at[line_id, stall_reason]}
pandas/core/indexing.py", line 2488, in getitem
return super().getitem(key)
pandas/core/indexing.py", line 2440, in getitem
return self.obj._get_value(*key, takeable=self._takeable)
pandas/core/frame.py", line 4008, in _get_value
series = self._get_item_cache(col)
pandas/core/frame.py", line 4417, in _get_item_cache
loc = self.columns.get_loc(item)
pandas/core/indexes/base.py", line 3797, in get_loc
raise KeyError(key) from err
KeyError: 'stall_barrier'

Have you seen this error? What might be the reason?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions