I tried all types of imports, and can't get all the data into google sheets.
Asked
Active
Viewed 62 times
2
-
Did the solution from Bryan work for you @filreal? It did for me – Yancy Godoy Mar 17 '23 at 19:13
1 Answers
0
Use this to get the data from https://raw.githubusercontent.com/fivethirtyeight/data/master/nba-raptor/modern_RAPTOR_by_player.csv:
=IMPORTDATA(A1)
This will get you the raw data saved in that link and you'd need to filter it using other formulas based on your needs.
For the second case, table at the URL https://projects.fivethirtyeight.com/nba-player-ratings/ is generated using JavaScript, as mentioned in this post, Google Sheets cant import JS elements.

Bryan Monterrosa
- 1,385
- 1
- 3
- 13