Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Sample Dataset: Please use the Attachment

boomchakalun
5 - Atom

1. Group on Column E and return the number of customers by male/female. 

FemaleMale
XXXX

2. Return the count of passengers.

3. filter on the passengers that survived. 

4. Split the Passenger name into First Name and Last Name. 

5. Find the total cost for all the fares. 

6. Change all the null values in the age column to number 20.

7. Crosstab the Pclass column and count the number of customers by Pclass. 

8. Concatenate the Ticket column and the Embarked column. 

9. Use the data cleansing tool to change all the names in the Name Column to UpperCase. 

10. Change the "S" in the Embarked Column to a "G" using a formula tool.

 

1 REPLY 1
cmcclellan
13 - Pulsar

So this is a school assignment or an exam question ?

Labels