Hi! If someone is using a shared table partitioned by a column is there a way to read certain partitions with pandas without bringing the whole table first? I see the load_as_pandas function doesn't have an option for it. Does it have to be done in the share mandatory?