Platform
Resources
Pricing
Sign in
Contact us
Steven Drucker
Workspace
Fork
Public
By
Steven Drucker
Edited
Apr 12, 2023
1 fork
10
Insert cell
Insert cell
//SummaryTable(data1)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
causepercent
Clear All
Swap X/Y
Customize
X*
—
Y*
—
Color
—
Size
—
Facet X
—
Facet Y
—
Mark
Auto
Type Chart, then Shift-Enter. Ctrl-space for more options.
Insert cell
Insert cell
data
Clear All
Swap X/Y
Customize
X
Model
Y
sum
TotalPopulation2010
Color
NewCause
Size
—
Facet X
—
Facet Y
—
Mark
Auto
Type Chart, then Shift-Enter. Ctrl-space for more options.
Insert cell
Insert cell
Insert cell
Insert cell
percentCauseModel
Clear All
Swap X/Y
Customize
X
Model
Y
percent_of_accidents
Color
Model
Size
—
Facet X
Cause
Facet Y
YearReported
Mark
bar
Type Chart, then Shift-Enter. Ctrl-space for more options.
Insert cell
Mechanical
Clear All
Swap X/Y
Customize
X
Model
Y
sum
TotalPopulation2010
Color
Model
Size
—
Facet X
—
Facet Y
—
Mark
Auto
Type Chart, then Shift-Enter. Ctrl-space for more options.
Insert cell
Mechanical
Clear All
Swap X/Y
Customize
X
Model
Y
sum
TotalPopulation2010
Color
Model
Size
—
Facet X
PlantName
Facet Y
ManufactureYear
Mark
Auto
Type Chart, then Shift-Enter. Ctrl-space for more options.
Insert cell
data
SELECT *
from data
where NewCause == 'Mechanical'
Insert cell
Insert cell
Reckless
select Model, YearReported, sum(TotalPopulation2010) from Reckless group by Model, YearReported
Insert cell
Reckless
select YearReported, sum(TotalPopulation2010) from Reckless group by YearReported
Insert cell
Reckless
SELECT Model, YearReported, SUM(TotalPopulation2010) * 100 / SUM(SUM(TotalPopulation2010)) OVER(PARTITION BY YearReported) AS percent_of_accidents
from Reckless
GROUP BY Model, YearReported;
Insert cell
recklessAccidents
select YearReported, sum(percent_of_accidents) from recklessAccidents group by YearReported
Insert cell
recklessAccidents
Clear All
Swap X/Y
Customize
X
Model
Y
sum
percent_of_accidents
Color
Model
Size
—
Facet X
YearReported
Facet Y
—
Mark
bar
Type Chart, then Shift-Enter. Ctrl-space for more options.
Insert cell
data
Clear All
Swap X/Y
Customize
X*
—
Y*
—
Color
—
Size
—
Facet X
—
Facet Y
—
Mark
Auto
Type Chart, then Shift-Enter. Ctrl-space for more options.
Insert cell
Insert cell
data
SELECT Model, NewCause as Cause, YearReported, SUM(TotalPopulation2010) * 100 / SUM(SUM(TotalPopulation2010)) OVER(PARTITION BY YearReported, Model) AS percent_of_accidents
from data
GROUP BY Model, NewCause, YearReported
order by YearReported, Model
Insert cell
data
SELECT Model, NewCause as Cause, YearReported, SUM(TotalPopulation2010) * 100 / SUM(SUM(TotalPopulation2010)) OVER(PARTITION BY YearReported, Model) AS percent_of_accidents
from data
GROUP BY Model, NewCause, YearReported
order by YearReported, Model
Insert cell
import
{
SummaryTable
}
from
"@observablehq/summary-table"
Insert cell
import
{
files
}
from
"@observablehq/usafacts-higher-education-data"
Insert cell
Insert cell
Insert cell
toyotaParts
=
FileAttachment
(
"ToyotaParts.csv"
)
.
csv
(
)
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
causepercent
File attachments
ToyotaParts.csv
CSV
newToyotaSmall3.csv
CSV
newToyotaSmall4.csv
CSV
newToyotaSmall4@1.csv
CSV
newToyotaSmall4@2.csv
CSV
newToyotaSmall4@3.csv
CSV
newToyotaSmall4@4.csv
CSV
newToyotaSmall4@5.csv
CSV
newToyotaSmall4@6.csv
CSV
newToyotaSmall4@7.csv
CSV
Customize
Clear
Title
Subtitle
Caption
Height
Width
Auto
Full
Margin
Top
Right
Bottom
Left
Inset
Legend
Auto
None
X label
X scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
X options
Grid
Reverse
Y label
Y scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
Y options
Grid
Reverse
Color scheme
Auto
Color scheme
Auto
Default color schemes
Sequential
Diverging
Cyclical
Categorical
Sequential color schemes
Blues
Greens
Greys
Oranges
Purples
Reds
Turbo
Viridis
Inferno
Magma
Plasma
Cividis
Warm
Cool
BuGn
BuPu
GnBu
OrRd
PuBuGn
PuBu
PuRd
RdPu
YlGnBu
YlGn
YlOrBr
YlOrRd
Diverging color schemes
BrBG
PRGn
PiYG
PuOr
RdBu
RdGy
RdYlBu
RdYlGn
Spectral
Cyclical color schemes
Sinebow
Turbo
Categorical color schemes
Category10
Accent
Dark2
Paired
Pastel1
Pastel2
Set1
Set2
Set3
Tableau10
Color scale
Auto
Scale
Auto
linear
log
sqrt
symlog
categorical
ordinal
Color options
Reverse
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Field
—
Field
—
Mark
Auto
—
bar
dot
line
area
rule
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
data
File attachments
ToyotaParts.csv
CSV
newToyotaSmall3.csv
CSV
newToyotaSmall4.csv
CSV
newToyotaSmall4@1.csv
CSV
newToyotaSmall4@2.csv
CSV
newToyotaSmall4@3.csv
CSV
newToyotaSmall4@4.csv
CSV
newToyotaSmall4@5.csv
CSV
newToyotaSmall4@6.csv
CSV
newToyotaSmall4@7.csv
CSV
Customize
Clear
Title
Subtitle
Caption
Height
Width
Auto
Full
Margin
Top
Right
Bottom
Left
Inset
Legend
Auto
None
X label
X scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
X options
Grid
Reverse
Y label
Y scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
Y options
Grid
Reverse
Color scheme
Auto
Color scheme
Auto
Default color schemes
Sequential
Diverging
Cyclical
Categorical
Sequential color schemes
Blues
Greens
Greys
Oranges
Purples
Reds
Turbo
Viridis
Inferno
Magma
Plasma
Cividis
Warm
Cool
BuGn
BuPu
GnBu
OrRd
PuBuGn
PuBu
PuRd
RdPu
YlGnBu
YlGn
YlOrBr
YlOrRd
Diverging color schemes
BrBG
PRGn
PiYG
PuOr
RdBu
RdGy
RdYlBu
RdYlGn
Spectral
Cyclical color schemes
Sinebow
Turbo
Categorical color schemes
Category10
Accent
Dark2
Paired
Pastel1
Pastel2
Set1
Set2
Set3
Tableau10
Color scale
Auto
Scale
Auto
linear
log
sqrt
symlog
categorical
ordinal
Color options
Reverse
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Field
—
Field
—
Mark
Auto
—
bar
dot
line
area
rule
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
percentCauseModel
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
percentCauseModel
File attachments
ToyotaParts.csv
CSV
newToyotaSmall3.csv
CSV
newToyotaSmall4.csv
CSV
newToyotaSmall4@1.csv
CSV
newToyotaSmall4@2.csv
CSV
newToyotaSmall4@3.csv
CSV
newToyotaSmall4@4.csv
CSV
newToyotaSmall4@5.csv
CSV
newToyotaSmall4@6.csv
CSV
newToyotaSmall4@7.csv
CSV
Customize
Clear
Title
Subtitle
Caption
Height
Width
Auto
Full
Margin
Top
Right
Bottom
Left
Inset
Legend
Auto
None
X label
X scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
X options
Grid
Reverse
Y label
Y scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
Y options
Grid
Reverse
Color scheme
Auto
Color scheme
Auto
Default color schemes
Sequential
Diverging
Cyclical
Categorical
Sequential color schemes
Blues
Greens
Greys
Oranges
Purples
Reds
Turbo
Viridis
Inferno
Magma
Plasma
Cividis
Warm
Cool
BuGn
BuPu
GnBu
OrRd
PuBuGn
PuBu
PuRd
RdPu
YlGnBu
YlGn
YlOrBr
YlOrRd
Diverging color schemes
BrBG
PRGn
PiYG
PuOr
RdBu
RdGy
RdYlBu
RdYlGn
Spectral
Cyclical color schemes
Sinebow
Turbo
Categorical color schemes
Category10
Accent
Dark2
Paired
Pastel1
Pastel2
Set1
Set2
Set3
Tableau10
Color scale
Auto
Scale
Auto
linear
log
sqrt
symlog
categorical
ordinal
Color options
Reverse
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Field
—
Field
—
Mark
Auto
bar
dot
line
area
rule
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
Mechanical
File attachments
ToyotaParts.csv
CSV
newToyotaSmall3.csv
CSV
newToyotaSmall4.csv
CSV
newToyotaSmall4@1.csv
CSV
newToyotaSmall4@2.csv
CSV
newToyotaSmall4@3.csv
CSV
newToyotaSmall4@4.csv
CSV
newToyotaSmall4@5.csv
CSV
newToyotaSmall4@6.csv
CSV
newToyotaSmall4@7.csv
CSV
Customize
Clear
Title
Subtitle
Caption
Height
Width
Auto
Full
Margin
Top
Right
Bottom
Left
Inset
Legend
Auto
None
X label
X scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
X options
Grid
Reverse
Y label
Y scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
Y options
Grid
Reverse
Color scheme
Auto
Color scheme
Auto
Default color schemes
Sequential
Diverging
Cyclical
Categorical
Sequential color schemes
Blues
Greens
Greys
Oranges
Purples
Reds
Turbo
Viridis
Inferno
Magma
Plasma
Cividis
Warm
Cool
BuGn
BuPu
GnBu
OrRd
PuBuGn
PuBu
PuRd
RdPu
YlGnBu
YlGn
YlOrBr
YlOrRd
Diverging color schemes
BrBG
PRGn
PiYG
PuOr
RdBu
RdGy
RdYlBu
RdYlGn
Spectral
Cyclical color schemes
Sinebow
Turbo
Categorical color schemes
Category10
Accent
Dark2
Paired
Pastel1
Pastel2
Set1
Set2
Set3
Tableau10
Color scale
Auto
Scale
Auto
linear
log
sqrt
symlog
categorical
ordinal
Color options
Reverse
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Field
—
Field
—
Mark
Auto
—
bar
dot
line
area
rule
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
Mechanical
File attachments
ToyotaParts.csv
CSV
newToyotaSmall3.csv
CSV
newToyotaSmall4.csv
CSV
newToyotaSmall4@1.csv
CSV
newToyotaSmall4@2.csv
CSV
newToyotaSmall4@3.csv
CSV
newToyotaSmall4@4.csv
CSV
newToyotaSmall4@5.csv
CSV
newToyotaSmall4@6.csv
CSV
newToyotaSmall4@7.csv
CSV
Customize
Clear
Title
Subtitle
Caption
Height
Width
Auto
Full
Margin
Top
Right
Bottom
Left
Inset
Legend
Auto
None
X label
X scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
X options
Grid
Reverse
Y label
Y scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
Y options
Grid
Reverse
Color scheme
Auto
Color scheme
Auto
Default color schemes
Sequential
Diverging
Cyclical
Categorical
Sequential color schemes
Blues
Greens
Greys
Oranges
Purples
Reds
Turbo
Viridis
Inferno
Magma
Plasma
Cividis
Warm
Cool
BuGn
BuPu
GnBu
OrRd
PuBuGn
PuBu
PuRd
RdPu
YlGnBu
YlGn
YlOrBr
YlOrRd
Diverging color schemes
BrBG
PRGn
PiYG
PuOr
RdBu
RdGy
RdYlBu
RdYlGn
Spectral
Cyclical color schemes
Sinebow
Turbo
Categorical color schemes
Category10
Accent
Dark2
Paired
Pastel1
Pastel2
Set1
Set2
Set3
Tableau10
Color scale
Auto
Scale
Auto
linear
log
sqrt
symlog
categorical
ordinal
Color options
Reverse
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Field
—
Field
—
Mark
Auto
—
bar
dot
line
area
rule
Mechanical
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
Cells
data
File attachments
ToyotaParts.csv
CSV
newToyotaSmall3.csv
CSV
newToyotaSmall4.csv
CSV
newToyotaSmall4@1.csv
CSV
newToyotaSmall4@2.csv
CSV
newToyotaSmall4@3.csv
CSV
newToyotaSmall4@4.csv
CSV
newToyotaSmall4@5.csv
CSV
newToyotaSmall4@6.csv
CSV
newToyotaSmall4@7.csv
CSV
Databases
Reckless
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
Reckless
File attachments
ToyotaParts.csv
CSV
newToyotaSmall3.csv
CSV
newToyotaSmall4.csv
CSV
newToyotaSmall4@1.csv
CSV
newToyotaSmall4@2.csv
CSV
newToyotaSmall4@3.csv
CSV
newToyotaSmall4@4.csv
CSV
newToyotaSmall4@5.csv
CSV
newToyotaSmall4@6.csv
CSV
newToyotaSmall4@7.csv
CSV
Databases
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
Reckless
File attachments
ToyotaParts.csv
CSV
newToyotaSmall3.csv
CSV
newToyotaSmall4.csv
CSV
newToyotaSmall4@1.csv
CSV
newToyotaSmall4@2.csv
CSV
newToyotaSmall4@3.csv
CSV
newToyotaSmall4@4.csv
CSV
newToyotaSmall4@5.csv
CSV
newToyotaSmall4@6.csv
CSV
newToyotaSmall4@7.csv
CSV
Databases
recklessAccidents
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
Cells
Reckless
File attachments
ToyotaParts.csv
CSV
newToyotaSmall3.csv
CSV
newToyotaSmall4.csv
CSV
newToyotaSmall4@1.csv
CSV
newToyotaSmall4@2.csv
CSV
newToyotaSmall4@3.csv
CSV
newToyotaSmall4@4.csv
CSV
newToyotaSmall4@5.csv
CSV
newToyotaSmall4@6.csv
CSV
newToyotaSmall4@7.csv
CSV
Databases
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
recklessAccidents
File attachments
ToyotaParts.csv
CSV
newToyotaSmall3.csv
CSV
newToyotaSmall4.csv
CSV
newToyotaSmall4@1.csv
CSV
newToyotaSmall4@2.csv
CSV
newToyotaSmall4@3.csv
CSV
newToyotaSmall4@4.csv
CSV
newToyotaSmall4@5.csv
CSV
newToyotaSmall4@6.csv
CSV
newToyotaSmall4@7.csv
CSV
Databases
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
recklessAccidents
File attachments
ToyotaParts.csv
CSV
newToyotaSmall3.csv
CSV
newToyotaSmall4.csv
CSV
newToyotaSmall4@1.csv
CSV
newToyotaSmall4@2.csv
CSV
newToyotaSmall4@3.csv
CSV
newToyotaSmall4@4.csv
CSV
newToyotaSmall4@5.csv
CSV
newToyotaSmall4@6.csv
CSV
newToyotaSmall4@7.csv
CSV
Customize
Clear
Title
Subtitle
Caption
Height
Width
Auto
Full
Margin
Top
Right
Bottom
Left
Inset
Legend
Auto
None
X label
X scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
X options
Grid
Reverse
Y label
Y scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
Y options
Grid
Reverse
Color scheme
Auto
Color scheme
Auto
Default color schemes
Sequential
Diverging
Cyclical
Categorical
Sequential color schemes
Blues
Greens
Greys
Oranges
Purples
Reds
Turbo
Viridis
Inferno
Magma
Plasma
Cividis
Warm
Cool
BuGn
BuPu
GnBu
OrRd
PuBuGn
PuBu
PuRd
RdPu
YlGnBu
YlGn
YlOrBr
YlOrRd
Diverging color schemes
BrBG
PRGn
PiYG
PuOr
RdBu
RdGy
RdYlBu
RdYlGn
Spectral
Cyclical color schemes
Sinebow
Turbo
Categorical color schemes
Category10
Accent
Dark2
Paired
Pastel1
Pastel2
Set1
Set2
Set3
Tableau10
Color scale
Auto
Scale
Auto
linear
log
sqrt
symlog
categorical
ordinal
Color options
Reverse
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Field
—
Field
—
Mark
Auto
bar
dot
line
area
rule
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
data
File attachments
ToyotaParts.csv
CSV
newToyotaSmall3.csv
CSV
newToyotaSmall4.csv
CSV
newToyotaSmall4@1.csv
CSV
newToyotaSmall4@2.csv
CSV
newToyotaSmall4@3.csv
CSV
newToyotaSmall4@4.csv
CSV
newToyotaSmall4@5.csv
CSV
newToyotaSmall4@6.csv
CSV
newToyotaSmall4@7.csv
CSV
Customize
Clear
Title
Subtitle
Caption
Height
Width
Auto
Full
Margin
Top
Right
Bottom
Left
Inset
Legend
Auto
None
X label
X scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
X options
Grid
Reverse
Y label
Y scale
Auto
Scale
Auto
linear
log
sqrt
symlog
point
band
Y options
Grid
Reverse
Color scheme
Auto
Color scheme
Auto
Default color schemes
Sequential
Diverging
Cyclical
Categorical
Sequential color schemes
Blues
Greens
Greys
Oranges
Purples
Reds
Turbo
Viridis
Inferno
Magma
Plasma
Cividis
Warm
Cool
BuGn
BuPu
GnBu
OrRd
PuBuGn
PuBu
PuRd
RdPu
YlGnBu
YlGn
YlOrBr
YlOrRd
Diverging color schemes
BrBG
PRGn
PiYG
PuOr
RdBu
RdGy
RdYlBu
RdYlGn
Spectral
Cyclical color schemes
Sinebow
Turbo
Categorical color schemes
Category10
Accent
Dark2
Paired
Pastel1
Pastel2
Set1
Set2
Set3
Tableau10
Color scale
Auto
Scale
Auto
linear
log
sqrt
symlog
categorical
ordinal
Color options
Reverse
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Reducer
—
Auto
—
count
distinct
sum
min
max
mean
median
mode
Field
—
Field
—
Field
—
Mark
Auto
—
bar
dot
line
area
rule
data1
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
causepercent
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
Cells
data
File attachments
ToyotaParts.csv
CSV
newToyotaSmall3.csv
CSV
newToyotaSmall4.csv
CSV
newToyotaSmall4@1.csv
CSV
newToyotaSmall4@2.csv
CSV
newToyotaSmall4@3.csv
CSV
newToyotaSmall4@4.csv
CSV
newToyotaSmall4@5.csv
CSV
newToyotaSmall4@6.csv
CSV
newToyotaSmall4@7.csv
CSV
Databases
Add comment
Select
Duplicate
Copy link
Embed
Delete
Cells
data
File attachments
ToyotaParts.csv
CSV
newToyotaSmall3.csv
CSV
newToyotaSmall4.csv
CSV
newToyotaSmall4@1.csv
CSV
newToyotaSmall4@2.csv
CSV
newToyotaSmall4@3.csv
CSV
newToyotaSmall4@4.csv
CSV
newToyotaSmall4@5.csv
CSV
newToyotaSmall4@6.csv
CSV
newToyotaSmall4@7.csv
CSV
Databases
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
toyotaAccidents
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
toyotaParts
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML