We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7d13f commit eed7a6fCopy full SHA for eed7a6f
script.js
@@ -1,6 +1,6 @@
1
async function fetchCsvData() {
2
const url =
3
- "https://raw.githubusercontent.com/python/devguide/main/core-developers/developers.csv";
+ "https://raw.githubusercontent.com/python/devguide/main/core-team/core-team.csv";
4
const response = await fetch(url);
5
const csvText = await response.text();
6
return d3.csvParseRows(csvText, d3.autoType);
0 commit comments