-
Looking for the Best Lightweight Data Analysis Script Tools
2024-06-08 21:26Hi please can you attend to my query Thank you
-
How can I perform this SQL code in SPL?
2024-03-28 00:50Hi, thanks. The code worked, but here is the correct code.
=connect@l(“MySQL”)
=A1.query(“select * from countrylanguage”)
=A2.groups(countrycode;top(-3;percentage):top3).conj(top3)
=A1.query(“select code,name from country”)
=A3.switch(countrycode,A4:code).new(countrycode.name,language,percentage)I changed the ‘code’ name to countrycode
-
Data Handling
2024-03-24 00:16Hi, good day! I have another issue!
How can I aggregate this data to get the average life expectancy grouped by continents and filtered by population > 10000000?
This should be my result set.
-
Data Handling
2024-03-14 03:04Thanks, but my result set does not have only one row. Thus I have uploaded the script I used.
Hi please I need your help with a query