Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created April 20, 2021 08:01
Embed
What would you like to do?
import plotly.graph_objects as go
import pandas as pd
data = pd.read_csv("usa.csv")
print(data.head())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment