Search code examples
pythonpandasdataframejupyter-notebooklibraries

'DataFrame' object is not callable, how do i solve it?


I'm new to pandas please help to solve this error. I'm using Jupyter to program. Here's snapshot: enter image description here


Solution

  • You're using () instead of []

    df[df['CustomerID'].notna()]