Web3 Data Science - 'value_decimal' not found

I followed https://www.youtube.com/watch?v=ljHLkuhhN2A
which is great :smiley:

Just have one issue on R part (btw. That is the first time I am using R)

Running this code

ggplot(df, aes(x=block_timestamp, y=value_decimal)) + 
  geom_point()

raises the error

Error in FUN(X[[i]], ...) : object 'value_decimal' not found

I guess that field has changed or something.
Using value instead seems to work but I am not sure if this is how it should be.

Are you using https://beta.moralis.io?

1 Like

Ah. No. I used moralis.io That could be the case :slight_smile: Thanks for a quick response.

2 Likes