Skip to content

Instantly share code, notes, and snippets.

@Furkan-Gulsen
Created February 8, 2020 20:46
Show Gist options
  • Save Furkan-Gulsen/9571be709e7f83469aff917ca25cc33d to your computer and use it in GitHub Desktop.
Save Furkan-Gulsen/9571be709e7f83469aff917ca25cc33d to your computer and use it in GitHub Desktop.
import pandas as pd
import numpy as np
veri = {'a' : 0., 'b' : 1., 'c' : 2.}
seri = pd.Series(veri)
print(seri)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment