Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created March 31, 2021 14:44
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 quantra-go-algo/76234db2113c879b33ec4fb8380ebd9c to your computer and use it in GitHub Desktop.
Save quantra-go-algo/76234db2113c879b33ec4fb8380ebd9c to your computer and use it in GitHub Desktop.
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
data= pd.read_csv("data.csv")
data.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment