Skip to content

Algorithmic accumulator that walks arrays right (reduceRight) while handling conditions without mutations to variables, no loops, and zero non deterministic code design patterns.

License

Notifications You must be signed in to change notification settings

daddydrac/Algorithmic-Data-Cleaning-with-Pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithmic Data Cleaning with Pandas

Algorithmic accumulator that walks arrays right (reduceRight) while handling conditions without mutations to variables, no loops, and zero non deterministic code design patterns.


The Challenge

There are 2 datasources: input/Task_Data_1.csv and input/Task_Data_1.csv. Each data source has item_id that can be used to association between both sources.

You need to compile 2 files in one output file (csv). Resulting structure and rules of transformation:

About

Algorithmic accumulator that walks arrays right (reduceRight) while handling conditions without mutations to variables, no loops, and zero non deterministic code design patterns.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages