Created
February 8, 2020 20:44
-
-
Save Furkan-Gulsen/27cf13f17ef1b5f9fddd937928918d42 to your computer and use it in GitHub Desktop.
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 | |
import numpy as np | |
veri = np.array(['a','b','c','d']) | |
seri = pd.Series(veri) | |
print(seri) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment