Question
upload the data in avgprice kwh state.csv (this file is on blackboard) as nodes into neo4j. This file contains the annual data from 1990-2012 on
upload the data in avgprice kwh state.csv (this file is on blackboard) as nodes into neo4j. This file contains the annual data from 1990-2012 on the average energy price per kilowatt hour (KwH) by state and provider type. Implement the following queries: Print each node that has Oklahoma as state, order the result by year in descending order. Print the average residential, commercial, industrial, and transportation price for the state of Texas from the year 1990-2012. NOTE: You will need to use the filtering and aggregation functions from the following link https://neo4j.com/developer/filtering-query-results/ https://neo4j.com/developer/aggregation-returns-functions/
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started