Skip to content

Instantly share code, notes, and snippets.

@ohuarcaya
Last active February 15, 2021 04:12
Show Gist options
  • Save ohuarcaya/e2a92012a52e9b3e987fbefb0a1fb14b to your computer and use it in GitHub Desktop.
Save ohuarcaya/e2a92012a52e9b3e987fbefb0a1fb14b to your computer and use it in GitHub Desktop.
git gist teest
import pandas as pd
word = 'hello world'
pd.DataFrame({'colname': list(word), 'value': range(len(word))})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment