2

I tried all types of imports, and can't get all the data into google sheets.

google sheets

google sheets

Zach Jensz
  • 3,650
  • 5
  • 15
  • 30
filreal
  • 21
  • 1

1 Answers1

0

Use this to get the data from https://raw.githubusercontent.com/fivethirtyeight/data/master/nba-raptor/modern_RAPTOR_by_player.csv:

=IMPORTDATA(A1)

enter image description here

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