Created
January 4, 2018 20:48
-
-
Save porimol/2e9d499e0361dddb42bc8fed89155d2e to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
df = pd.DataFrame({ | |
'first_name': ['dhur', 'teri', 'eidaki', 'oops', 'ahh'], | |
'last_name': ['modhu', 'kodu', 'mula', 'kodu', 'modhu'], | |
'phone_number': ['+8801820050440', '+8801820050444', '+8801820050440', '+8801820050441', '+8801820050440'] | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment