Last active
February 15, 2021 04:12
-
-
Save ohuarcaya/e2a92012a52e9b3e987fbefb0a1fb14b to your computer and use it in GitHub Desktop.
git gist teest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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