Skip to content

Instantly share code, notes, and snippets.

import pandas as pd
import matplotlib
import matplotlib.pyplot as plt
import streamlit as st
url = "https://gist.githubusercontent.com/palakarp24/b8ee8b2e2146bb71e63e6276a8f34dfe/raw/618581001e9e4ad059faef016dc7808a39e8379e/gistfile1.txt"
df = pd.read_csv(url)