Dataiku

Chandrima
Chandrima Registered Posts: 6 ✭✭

While I am trying to add some column values in the resultant column I am getting the value as NaN.

Operating system used: Windows

Tagged:

Answers

  • Alexandru
    Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,270 Dataiker

    Hi,

    Could you provide more information on how you generate this column?
    NaN / "Not a Number" may be expected.

    Thanks

  • Turribeach
    Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,407 Neuron

    NaN is the Python Numpy representation for a value that can not be fitted into a numeric column. You need to look at your data and figure out why your column has non-numeric values. This can happen sometimes if you have Null values. You will probably need to clean up your data and make sure you have consistent values and data type in your columns.

Setup Info
    Tags
      Help me…