Skip to content

Instantly share code, notes, and snippets.

@porimol
Created January 4, 2018 20:48
Show Gist options
  • Save porimol/2e9d499e0361dddb42bc8fed89155d2e to your computer and use it in GitHub Desktop.
Save porimol/2e9d499e0361dddb42bc8fed89155d2e to your computer and use it in GitHub Desktop.
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