decoder-leco / poc-eurostat-data-transformers

A first data transformers POC for Eurostat data
https://decoder-leco.github.io/poc-eurostat-data-transformers/index.html
0 stars 0 forks source link

Add Jest Test Utility to sum all values in a given column #7

Open Jean-Baptiste-Lasselle opened 3 months ago

Jean-Baptiste-Lasselle commented 3 months ago

Just like in https://github.com/decoder-leco/decoderleco_deces_europe_reloaded/blob/feature/kr/decoderleco/deces_europe/jupyter/rewrite/notebooks/poc-eurostat-data-transformers.ipynb

It can be generalized to any dataframe, there's only to try catch the case when the column values are not numbers/Integers, there i can access / display each column types, @BorisTherin found how to do that