Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Useful repr(s) #378

Merged
merged 9 commits into from
Feb 13, 2024
Merged

Useful repr(s) #378

merged 9 commits into from
Feb 13, 2024

Conversation

ecomodeller
Copy link
Member

@ecomodeller ecomodeller commented Jan 4, 2024

No description provided.

@ecomodeller ecomodeller changed the title Usefult Reprs Useful repr(s) Jan 4, 2024
@@ -492,7 +492,8 @@ def __repr__(self):
return repr(self._df)

def _repr_html_(self):
return self._df._repr_html_()
pd_repr_html = self._df._repr_html_()
return pd_repr_html.replace("<table", "<p>&lt;SkillTable&gt;</p>\n<table")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

roll back?

@ecomodeller ecomodeller marked this pull request as ready for review February 13, 2024 08:52
@DHI DHI deleted a comment from jsmariegaard Feb 13, 2024
@ecomodeller ecomodeller merged commit b88c8f4 into main Feb 13, 2024
11 checks passed
@ecomodeller ecomodeller deleted the repr branch February 13, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants