Hi, I’m a new learner, trying to learn/practice data ingestion in Julia. I was wondering if anyone could review this pipeline I created to see if there’s a more efficient way to do it. I ultimately want a JuliaDB table, but in-between it gets passed from HTTP-get response to JSON string to Dict to DataFrame to Table.
Thanks! I had to build up the loop piece by piece to understand what it was doing, hence the delayed response. Works like a charm!
Next, I’m going to try and do the same steps while iterating over a series of 10 datasets to pull from the API and make a JuliaDB table that consolidates all of them.