Skip to content

Instantly share code, notes, and snippets.

@yohanesnuwara
Created July 28, 2021 11:40
Show Gist options
  • Save yohanesnuwara/0ea4413af86fa88ec716f1e9caf7ac0b to your computer and use it in GitHub Desktop.
Save yohanesnuwara/0ea4413af86fa88ec716f1e9caf7ac0b to your computer and use it in GitHub Desktop.
Test
url = 'https://raw.githubusercontent.com/yohanesnuwara/energy-analysis/main/data/SPE_welldata_string_preprocessed.csv'
df = pd.read_csv(url)
df.head()
df.sort_values(' Oil Saturation ', ascending=False)[info].head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment