09_tabular.ipynb - error in executing code - (path/'to.pkl').save(to)

Hi,

Did anyone get the below error while executing the code (path/‘to.pkl’).save(to) in the course 09_tabular.ipynb?


AttributeError Traceback (most recent call last)
in
----> 1 (path/‘to.pkl’).save(to)

AttributeError: ‘WindowsPath’ object has no attribute ‘save’