Giter Site home page Giter Site logo

ba_preprocessing's Introduction

BA_Preprocessing

Processing of Seoul Bike Rental Station Information

File Information

  • seoul_bicycle_master.json
    : Master data of Seoul Bike rental stations
  • master_preprocessing.ipynb
    : Normalizes the coordinates in the master data where they are recorded as 0.0 using the Google API
  • seoul_bicycle_maser_preprocessed.csv
    : File containing data processed using master_preprocessing.ipynb
  • master_info_with_nearby.ipynb
    : Adds columns of data for the nearest rental station and its distance using seoul_bicycle_maser_preprocessed.csv
  • master_info_with_nearby.csv
    : File containing data with added information about nearby rental stations using master_info_with_nearby.ipynb
  • master_final.ipynb
    : Processes rows where the district data has not been correctly recorded due to differences in address formatting
  • master_final.csv
    : File containing data where 'stn_gu' has been appropriately added to all data using master_final.ipynb

master_final.csv

  • stn_id : Represents the id of the rental station and is of object type
  • stn_addr : Represents the full address of the rental station and is of object type
  • stn_lat : Represents the latitude of the rental station and is of float64 type
  • stn_lng : Represents the longitude of the rental station and is of float64 type
  • nearby_id : Represents the id of the nearest rental station and is of object type
  • nearby_km : Represents the distance to the nearest rental station in km and is of float64 type
  • stn_gu : A district data column was added for analysis as the weather data classification is done by district. This is of object type

ex)
Screenshot 2023-11-10 PM 6 23 21

ba_preprocessing's People

Contributors

cyl0424 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.