Using Pydantic to define AST of boolean expressions
I’d like to use Pydantic to define and validate AST of queries that will be applied on a Pandas dataframe. Here’s my code:
I’d like to use Pydantic to define and validate AST of queries that will be applied on a Pandas dataframe. Here’s my code: