Core Concepts
Last updated
{
"state_type": "DataframeState",
"names": {"adf"},
"line_no": 4,
"value_type": "DataFrame",
"node_type": "FunctionDef",
"node_source": """
def add_one(adf):
new_df = adf + 1
return new_df
""",
"scope_type": "FunctionDef",
"scope_repr_first_line": "FunctionDef(",
}