-
Hello, I need your help to resolve a specific problem... From the following data with postgresql backend :
I'm trying to perform the following calculation : I tried the following approach :
It seems that ibis uses hstore to store data from a .map, which is incompatible with numeric values. I have to cast the values to a string before using .collect to get a result. How can I get around this? For example, how can I build a JSON object instead of MapValue? ( My goal is to exploit the resulting pandas dataset to use it with a DictVectorizer under sklearn. Thank you in advance for your support! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This seems like a thing we might want to change, and we should probably move away from using |
Beta Was this translation helpful? Give feedback.
-
Closing in favor of #10484. |
Beta Was this translation helpful? Give feedback.
Closing in favor of #10484.