-
Notifications
You must be signed in to change notification settings - Fork 172
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
Python Package - 0.3.2
Python 3.12.7
Platform
Linux hamish-proliantml150gen9 6.12.4-1-MANJARO #1 SMP PREEMPT_DYNAMIC Mon, 09 Dec 2024 11:58:37 +0000 x86_64 GNU/Linux
Description
Using the Contracts dataset, if create_index is listed a column to exclude then the query will return zero results. Excluding any other column, or all other column, returns the full number of rows.
No excluded columns
exclude_columns=['']
- rows written: 11
All excluded except create_index
exclude_columns=['init_code', 'code', 'n_init_code_bytes', 'n_code_bytes', 'code_hash', 'chain_id', 'init_code_hash'],
- rows written: 11
Just create_index excluded
exclude_columns=['init_code_hash']
- rows written: 0
This error appears in the summary:
error summary
─────────────
(errors in 4 chunks)
- Failed to convert to DataFrame: not found: create_index (4x)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working