Skip to content

Instantly share code, notes, and snippets.

@hamletbatista
Last active March 7, 2019 23:05
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 hamletbatista/74515d3c662fae5a9a799bf386b8e0e5 to your computer and use it in GitHub Desktop.
Save hamletbatista/74515d3c662fae5a9a799bf386b8e0e5 to your computer and use it in GitHub Desktop.
import pandas as pd
print(pd.__version__) #should be 0.23 or later
df = pd.DataFrame.from_dict(sitemaps, orient="index", columns=['lastmod'])
df.head(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment