Which endpoint are you hitting for the API?
Monthly Game Archives

@ImperatorJM The list of available archives for certain player is here: https://api.chess.com/pub/player/{username}/games/archives
@ImperatorJM The list of available archives for certain player is here: https://api.chess.com/pub/player/{username}/games/archives
I am writing a Spark application in Scala to be able to read player's game data from the Chess.com API. Reading this data into a DataFrame, however, is difficult. Essentially my DataFrame contains one collum and one row of data called "games" because of how the JSON is formatted in the archive. I'm not sure how to get around this. Any tips or insights?