Last active
November 26, 2020 20:16
-
-
Save gabriead/83da11d65fdb1f8f0a2af0c4aaf8cc50 to your computer and use it in GitHub Desktop.
test.ipynb
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 | |
import matplotlib as plt | |
a = pd.Series([4.3,5,6,7]) | |
df = pd.DataFrame(a) | |
df |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment