Victor Ramirez
Results
2
issues of
Victor Ramirez
Hello, First of all, thank you so much for this. I was trying to make a MA scraper myself, particularly for lyrics and reviews, but couldn't get it to work....
Hey, when I load the parquet data on mevboost.pics, it cuts off at 2023-10-18. ``` import pandas as pd df_eth_data = pd.read_parquet("openethdata_eth_data.parquet.gzip") df_eth_data = df_eth_data.sort_values('block_number', ascending=False) print(df_eth_data.head(3)) > date block_number...