-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Improvement: DataFrame.to_html() to create hyperlinks #2679
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
Comments
Hi all- I'm trying to implement this, as it could be useful. Anyways, it looks like all that would need to be done is add a check if is valid url in |
https://github.com/pydata/pandas/blob/master/pandas/io/common.py#L49 but may want to filter out url-like first (e.g. |
Working on this one! |
…for valid URL strings
New urls_as_links boolean paramater that will output urls as href html links. ref pandas-dev#2679
Any new on this issue? Has this been implemented? |
New urls_as_links boolean paramater that will output urls as href html links. ref pandas-dev#2679
Any new on this issue? Has this been implemented? |
When the data value is a string that represents an URL, have DataFrame.to_html() create hyperlinks out of them in the resulting html file.
The text was updated successfully, but these errors were encountered: