You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I have a histogram data that i created in my Go code and stored as a string (using the Encode() method).
I'd like to load (decode) it with the sketch-py and work on it further with the python DDSketch class.
I can't find any encode/decode functionality in sketches-py.. Is that intentionally?
How do you recommend to proceed in my case?
Is the only way to use Protobuf?
Thanks!