Andy Dyck's Avatar

Andy Dyck

@andrewjdyck

Writing with data #yqr #opendata #rstats. https://linktr.ee/andrewjdyck

46
Followers
64
Following
33
Posts
14.11.2024
Joined
Posts Following

Latest posts by Andy Dyck @andrewjdyck

I’ve been curious about nowcasting for years but have limited hands-on experience. I’d be interested to learn more on the practical side if that’s what you have in mind

13.02.2025 13:37 👍 0 🔁 0 💬 1 📌 0

This might be my favourite response yet!

13.02.2025 00:36 👍 0 🔁 0 💬 0 📌 0

Hmm, yes, 🥪. I do concur 🧐!!

12.02.2025 16:59 👍 1 🔁 0 💬 0 📌 0

Short and witty. Love it!

12.02.2025 16:57 👍 1 🔁 0 💬 0 📌 0

Not enough tariff memes IMO 🤣

12.02.2025 16:57 👍 0 🔁 0 💬 0 📌 0

Why are #tariffs are so often “slapped” on goods and rarely “placed”?

Looking for wrong answers only 😁 #econsky #economics #canada #usa #trade

12.02.2025 13:53 👍 4 🔁 0 💬 4 📌 0

Without knowing your data, my thoughts are if you have too many bins and then the colours aren’t far enough apart to visually be able to find the patterns?

I personally like a single colour scale like you have because it can be printed in b/w and still makes as much sense as viewed on colour.

06.02.2025 20:32 👍 3 🔁 0 💬 0 📌 0

Very cool visual! What is the data source?

06.02.2025 17:45 👍 1 🔁 0 💬 1 📌 0

Haha that last comment got a legit chuckle from me. Point well taken though.

As a Canadian, tough to imagine the short run is going to be pleasant, but I, too, am hopeful that the global economy can adjust in the long-run.

29.01.2025 13:38 👍 1 🔁 0 💬 0 📌 0

Good morning #econsky! Who is worried about the global effect of U.S. tariffs? Getting your crystal ball out, are we thinking regime shift in global economics or just another change the economy will absorb with ease? #tariff #economics #canada #usa

29.01.2025 12:52 👍 2 🔁 0 💬 1 📌 0

Breaking: Trump imposes a 25% tariff on Columbia House Record Club.

27.01.2025 02:23 👍 1853 🔁 232 💬 56 📌 31

BREAKING: MicroSoft, $MSFT, is in talks to acquire TikTok, Trump has said per Reuters.

28.01.2025 02:31 👍 145 🔁 25 💬 31 📌 13

Any thoughts on the why underlying this divergence?

27.01.2025 12:52 👍 0 🔁 0 💬 0 📌 0
Post image

Is the RBC Curse real? Some believe that Canadian companies that surpass RBC's market valuation are doomed to fail. I wrote an article diving into some of the history.

open.substack.com/pub/andrewjd...

#finance #econsky $SHOP $RY #shopify #rbc #data #analysis #rstats #finsky

26.01.2025 15:53 👍 1 🔁 0 💬 0 📌 0
Preview
Inflation, Intelligence, and Interesting Canadians Today on Mean, Median, and Moose, four analyses on unstructured data. The Most Interesting Canadian in the World By: John Haldeman The 2024 appointees to the order of Canada were announced a few we…

I had the pleasure of being invited as a guest on the Mean, Median, and Moose podcast where panelists discuss the greatest Canadian, using AI to make better use of Health Canada documentation, and how decision on inflation are made.

meanmedianmoose.ca/2025/01/20/i...

#opendata #canada #podcast

24.01.2025 12:45 👍 2 🔁 0 💬 0 📌 0
Preview
Introducing the Cheapskate Quant Exploring free data and tools for investing your savings - focus on Yahoo! Finance

Would you trust a ‘cheapskate’ to show you how to analyze financial data? You don’t need deep pockets to get started doing financial data analysis and I can show you how. Check out my new Substack post for an unconventional guide to free finance tools.
https://open.substack.com/pub/andrewjdyck/p/in…

16.01.2025 13:32 👍 1 🔁 0 💬 0 📌 0
Preview
Introducing the Cheapskate Quant Exploring free data and tools for investing your savings - focus on Yahoo! Finance

Do you feel like information about finance is locked behind paywalls? My article below is the start of a series on how to find and use financial information without breaking the bank.

https://open.substack.com/pub/andrewjdyck/p/introducing-the-cheapskate-quant?r=697fo

16.01.2025 01:22 👍 0 🔁 0 💬 0 📌 0

This is really interesting stuff. Well done’

05.01.2025 12:40 👍 0 🔁 0 💬 0 📌 0
coolidge_corner <- dplyr::tibble(lat = 42.3421, lon = -71.1213) |>
  walkscore::walkscore(apikey = my_apikey)
glimpse(coolidge_corner)

coolidge_corner <- dplyr::tibble(lat = 42.3421, lon = -71.1213) |> walkscore::walkscore(apikey = my_apikey) glimpse(coolidge_corner)

> glimpse(coolidge_corner)
Rows: 1
Columns: 14
$ lat                 <dbl> 42.3421
$ lon                 <dbl> -71.1213
$ walkscore           <dbl> 97
$ status              <chr> "1"
$ description         <chr> "Walker's Paradise"
$ updated             <chr> "2024-08-19 05:36:18.172910"
$ ws_link             <chr> "https://www.walkscore.com/score/loc/lat=42.3421/lng=-71.1213/
$ snapped_lat         <dbl> 42.342
$ snapped_lon         <dbl> -71.121
$ transit.description <chr> "Excellent Transit"
$ transit.summary     <chr> "47 nearby routes: 43 bus, 4 rail, 0 other"
$ transit.score       <chr> "73"
$ bike.description    <chr> "Biker's Paradise"
$ bike.score          <dbl> 91

> glimpse(coolidge_corner) Rows: 1 Columns: 14 $ lat <dbl> 42.3421 $ lon <dbl> -71.1213 $ walkscore <dbl> 97 $ status <chr> "1" $ description <chr> "Walker's Paradise" $ updated <chr> "2024-08-19 05:36:18.172910" $ ws_link <chr> "https://www.walkscore.com/score/loc/lat=42.3421/lng=-71.1213/ $ snapped_lat <dbl> 42.342 $ snapped_lon <dbl> -71.121 $ transit.description <chr> "Excellent Transit" $ transit.summary <chr> "47 nearby routes: 43 bus, 4 rail, 0 other" $ transit.score <chr> "73" $ bike.description <chr> "Biker's Paradise" $ bike.score <dbl> 91

The {walkscore} #RStats 📦 "provides a tidy interface to the Walk Score API", which scores a location's 'walkability' on a scale of 0 to 100. The API free tier allows 5,000 calls per day. Returns bike & public transit scores too!

github.com/chris3141592...

By Christopher Belanger. On CRAN.

16.12.2024 14:40 👍 11 🔁 3 💬 0 📌 0

Those hexbin maps always catch my eye. Nice!

06.12.2024 03:01 👍 1 🔁 0 💬 0 📌 0
Post image

#Rstats #Rstudio General Social Survey: confidence/trust in US institutions. Look at science post 2020!

03.12.2024 22:51 👍 12 🔁 1 💬 1 📌 0
Post image

Air quality data in Canada shows the large impact that increasing wildfire activity has on Canadians. Take a look at my analysis below.

open.substack.com/pub/andrewjd...

#climatechange #wildfires #airquality #yqr #sk #yxe #skpoli

03.12.2024 14:37 👍 2 🔁 0 💬 0 📌 0

@natalie.sh I’ve been watching your Bluesky counter page periodically over the last week or two. Very nice work! Where does the 30 million milestone come from?

02.12.2024 20:16 👍 0 🔁 0 💬 0 📌 0

Ah, fair points. There can be valuable information in the non-missing elements of a row on a datasets, even when some elements are missing.

28.11.2024 16:11 👍 0 🔁 0 💬 0 📌 0

What is your experience with or opinion of using interpolated values? I’m not sure I’m come across good use cases where it benefited the analysis but curious to learn more.

28.11.2024 13:48 👍 0 🔁 0 💬 0 📌 0

I love this map! I really like what you’ve done here with the points making the outline of the landmass and the colour palette is very nice too.

27.11.2024 04:13 👍 1 🔁 0 💬 0 📌 0

I must admit, I only skimmed through the article but I didn’t see a clear reason on the “why” that the authors propose is behind the somewhat surprising findings. Was is that family objections are the barrier, not opt-in/out?

23.11.2024 03:26 👍 1 🔁 0 💬 1 📌 0

Thai explains my relationship with social media. 😆

22.11.2024 21:10 👍 0 🔁 0 💬 0 📌 0
Post image

Trying something new:
A 🧵 on a topic I find many students struggle with: "why do their 📊 look more professional than my 📊?"

It's *lots* of tiny decisions that aren't the defaults in many libraries, so let's break down 1 simple graph by @jburnmurdoch.bsky.social

🔗 www.ft.com/content/73a1...

20.11.2024 17:02 👍 1585 🔁 462 💬 92 📌 96

Hmm, I’ll need to think about this one. I think I’ve seen some examples of what you’re thinking. I’ll experiment and see how it goes.

18.11.2024 22:22 👍 0 🔁 0 💬 0 📌 0