Alex Bell
Results
2
issues of
Alex Bell
`"SELECT * FROM mytable WHERE column1='x' AND (column2='y' OR column3='z')` works but `"SELECT * FROM mytable WHERE (column1='x' AND (column2='y' OR column3='z'))` raises `InvalidQueryException`. Sure, the outer parens around the...
Potentially similar to issue #88 but seems like a distinct issue. The `__init__` method for the `Network` class creates a `node_idx` attribute as a `pd.Series` whose `dtype` is specified as...