Skip to content

Instantly share code, notes, and snippets.

@Furkan-Gulsen
Created February 8, 2020 20:44
Show Gist options
  • Save Furkan-Gulsen/2bb551beabf051541a7a9bcc88076a51 to your computer and use it in GitHub Desktop.
Save Furkan-Gulsen/2bb551beabf051541a7a9bcc88076a51 to your computer and use it in GitHub Desktop.
import pandas as pd
import numpy as np
veri = np.array(['a','b','c','d'])
seri = pd.Series(veri,index=[10,20,30,40])
print(seri)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment