from neuprint import fetch_neurons, fetch_adjacencies, fetch_traced_adjacencies, fetch_meta
traced_df, roi_conn_df = fetch_adjacencies() # fetches the connectivity table
neurons_df, roi_counts_df = fetch_neurons() # fetches the neuron table with cell types etc