It can be a pain to work with a nested iterable. In this video, you will learn how to use Pipe to unfold nested iterables.
Chapters:
0:00 Introduction
0:48 Chain - Chain a Sequence of Iterables
1:15 Traverse - Recursively Unfold Iterables
Full article: https://towardsdatascience.com/write-...
Source code: https://github.com/khuyentran1401/Dat...
Link to Pipe: https://github.com/JulienPalard/Pipe