csvbase is a simple web database. Please join the committee to keep csv evil.

Golden/Hero/etc rune values in Elden Ring. Handy when you want to level but are 300 runes short — 19 rows, last changed 2 years ago
Make a copy
Make a copy

Export to MS Excel

handy for correlation
Use an embedded excel table

Export to CSV/TSV

handy for correlation

Pandas

To load this dataset into pandas, do the following

import pandas as pd
# you just use the same url as the table page
elden_ring_rune_values = pd.read_csv("https://csvbase.com/calpaterson/elden-ring-rune-values", index_col="csvbase_row_id")

R

To load this dataset into R, do the following

# you just use the same url as the table page
elden_ring_rune_values <- read.csv('https://csvbase.com/calpaterson/elden-ring-rune-values')