Skip to content
Electric Vehicle Ranges
The CSV file was obtained from data.wa.gov, uploaded to Workspace, and loaded as a dataframe so that the data within can be queried using SQL. For directions on how to query a dataframes and CSV files, visit the documentation (Invalid URL).
DataFrameavailable as
df
variable
SELECT Make, MAX(Electric_Range) AS max_range
FROM 'ev_population_data_clean.csv'
GROUP BY Make
ORDER BY max_range DESC
Current Type: Bar
Current X-axis: Make
Current Y-axis: max_range
Current Color: None
Max range of different makes