Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created January 26, 2022 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gowatana/d03c835ab18383810ee6eb7e40ab77d7 to your computer and use it in GitHub Desktop.
Save gowatana/d03c835ab18383810ee6eb7e40ab77d7 to your computer and use it in GitHub Desktop.
import pandas as pd
csv = pd.read_csv("ipam_ip.csv")
csv.to_html("index.html")
csv.to_html()
@gowatana
Copy link
Author

下記の投稿むけ。
Advent Calendar 2021 LT(Nutanix Meetup 22.01)
https://blog.ntnx.jp/entry/2022/01/26/203539

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment