sqlite

by Alex Azuero

CSS

import sqlite3
import pandas as pd
con = sqlite3.connect("t_scrape.db")
# df = pd.read_sql_query("SELECT name FROM sqlite_master WHERE type = 'table'", con)
test=pd.read_sql_query("SELECT * FROM collections_v5", con) #where txid=925707
len(test)