Skip to content

Instantly share code, notes, and snippets.

@gabriead
Last active November 26, 2020 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabriead/83da11d65fdb1f8f0a2af0c4aaf8cc50 to your computer and use it in GitHub Desktop.
Save gabriead/83da11d65fdb1f8f0a2af0c4aaf8cc50 to your computer and use it in GitHub Desktop.
test.ipynb
Display the source blob
Display the rendered blob
Raw
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