Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 2.08 KB

File metadata and controls

28 lines (26 loc) · 2.08 KB

Alteryx Challenges Using Python

The purpose is to recreate the Alteryx Weekly Challenges
using Python to share with
The ARP Challenge
ARP Challenge

Index

  1. Weekly Challenge 1 -- Join to Range
    1. Weekly Challenge_1 using a Reference Postcode Table This is more like the Alteryx Challenge itself, and probably faster and easier.
  2. Weekly Challenge 2 -- Delimited Data
  3. Weekly Challenge 3 -- Rolling Sum
  4. Weekly Challenge 4 -- Parsing Dates
  5. Weekly Challenge 5 -- Checking Values in a Dataframe
  6. Weekly Challenge 6 -- Dipping our toes with spatial
  7. Weekly Challenge 7 -- Connect to Quandl API and parse JSON
  8. Weekly Challenge 8 -- Parse file, join and summarize
  9. Weekly Challenge 9 -- Group and sort
  10. Weekly Challenge 10 -- Calculate date difference and get dateparts from timedelta
  11. Weekly Challenge 11 -- Find some keywords inside a text and group into buckets
  12. Weekly Challenge 12 -- Building a hierarchy - iterative macro
  13. Weekly Challenge 13 -- Parse HTML
  14. Weekly Challenge 14 -- Distributing goods - iterative macro
  15. Weekly Challenge 15 -- Distributing goods - spatial calculation - distances
  16. Weekly Challenge 16 -- Reading and parsing data
  17. Weekly Challenge 17 -- Dates, summarizing, batch macro turned into a table
  18. Weekly Challenge 181 -- Download JSON from URL and downstream manipulation
  19. Weekly Challenge 239 -- Permutations and string manipulation in df.