Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nouman ali #13

Merged
merged 4 commits into from
Sep 17, 2024
Merged

nouman ali #13

merged 4 commits into from
Sep 17, 2024

Commits on Aug 14, 2024

  1. Mychargingstationfile

    This is new dataset of Charging station in Australia
    nouman392 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    57d72ab View commit details
    Browse the repository at this point in the history
  2. nouman ali: write a python function to extract valuable data

    Registered an API key with Open Charge Map.
    Checked API responses using Postman to ensure proper data retrieval.
    Extracted valuable data from Open Charge Map, including ID, longitude, and latitude, parking status and cost.
    Developed Python code to automate the extraction process and store the information in an Excel file.
    nouman392 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    90d3317 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Updated Code

    I wrote a new python code to extract information from Open charge map through API. Last time it was only extracting single row due to null values. I am also uploading new CSV file.
    nouman392 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    72c2a2b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Cost Analysis of EV charging Station

    In this part of the project, I did the Usage cost Analysis. Firstly, I cleaned the dataset using mean imputation, then graphically present the cost factors. like the average price across different states and overall cost average KW/h.
    nouman392 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b8f0907 View commit details
    Browse the repository at this point in the history