Live data from Hacker News

Viewing profile — albertstanley

albertstanley

HN member
Joined
Wed, Dec 14, 2022, 9:58 PM UTC
HN karma
5
Public activity
3 items

About albertstanley

No profile information was provided.

Recent public activity

  1. comment
    Comment #37126953

    Sure, I’ll clarify some of the terms used in that one-liner in case it’s helpful for anyone else as well. ETL is the process of extracting transforming and loading data from a sour…

  2. comment
    Comment #37126865

    Sure, our approach is to define Python classes to handle reusable steps for reading, transforming or loading data. For example, we have a MapTransformer, CastColumnsTransformer, Ge…

  3. comment
    Comment #37122358

    This is a completely valid point, we'll be changing the readers to directly read into Spark. Thank for the comment!