amphi-ai / amphi-etl

Visual Data Transformation with Python Code Generation. Low-Code Python-based ETL.
https://amphi.ai
Other
908 stars 44 forks source link

Frequency table #190

Closed simonaubertbd closed 1 week ago

simonaubertbd commented 1 week ago

Hello,

A nice tool for data discovery : it gives for each selected field the frequency of each value : image

Best regards,

Simon

tgourdel commented 1 week ago

Good idea

tgourdel commented 1 week ago

Available in 0.8.17! Thanks Simon

simonaubertbd commented 1 week ago

@tgourdel Thanks, that was fast !! Just a question : shouldn't the Field Name and Field value be text and not object ? (Not sure, I'm not a python dev) image

Best regards,

Simon

tgourdel commented 1 week ago

It should be a string because that's the convention I chose for Amphi. it's not really an issue as object is a default type of mixed text attributed by pandas. I'll fix this in the next version :)