Skip to content

Commit 5fdb082

Browse files
authored
Fix Reading from a CSV File
Rename read_csv to new naming: readCSV
1 parent 1a56d9b commit 5fdb082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2368,7 +2368,7 @@ dfd.readCSV("/home/Desktop/titanic.csv")
23682368
23692369
<script>
23702370
2371-
dfd.read_csv("https://raw.githubusercontent.com/plotly/datasets/master/finance-charts-apple.csv")
2371+
dfd.readCSV("https://raw.githubusercontent.com/plotly/datasets/master/finance-charts-apple.csv")
23722372
.then(df => {
23732373
23742374
//do something like display descriptive statistics

0 commit comments

Comments
 (0)