Skip to content

Commit

Permalink
Merge pull request #250 from Renumics/feature/show-filename-for-panda…
Browse files Browse the repository at this point in the history
…s-source-if-available

feat: show names of files opened with pandas
  • Loading branch information
neindochoh authored Sep 26, 2023
2 parents a8d100d + c1c7f63 commit 31bdb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renumics/spotlight_plugins/core/pandas_data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def get_uid(self) -> str:
return self._uid

def get_name(self) -> str:
return "pd.DataFrame"
return self._name

def get_column_values(
self,
Expand Down

0 comments on commit 31bdb5b

Please sign in to comment.