Code Engine

Code Engine

Python error - dict keys must be non-empty strings

  1. ValueError: domomagic: Array dict keys must be non-empty strings

I have tried the code on both the VS code and jupyter notebook its working on them.

What might be the problems coz its giving me the above error.

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In

Answers

  • @james_kibugu - Domo is expecting the dictionary keys to be non-empty due to how it processes the data however normal python is ok with having non-empty strings. I'd recommend adding a check in your code to look for empty strings and then set it to a specific value or ignore those records in your dataset.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • I don't have a missing data? So i have tried to address it but its not working still

  • Hey @james_kibugu - Not sure if you could resolve this, but if you're trying to pivot your data on column names which are numbers, then you might get this error.

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In