Git Product home page Git Product logo

data-wrangling-great-streets-survey-ykimdeveloper's Introduction

DATA-WRANGLING-Great-Streets-Survey-ykimdeveloper
Explore the screenshots ยป

Report a Bug ยท Request a Feature . Ask a Question

Project license

Pull Requests welcome code with love by ykimdeveloper

Table of Contents

About

This is a continuation of the data analysis project using L.A. city's data 'Great Streets Pedestrian Survey 2015'.
The data shown in the process of data wrangling and cleaned which is described on my other repo.

This project is to demonstrate how to use prepare and merging multiple data sources into a single dataset for analysis.

Identifying gaps in data such as errors in street names from human input and data validation.

Screenshots
Zipcode, Birth Year, Col Attributes Create New Features from Question 1
Geo Coordinates

Built With

Getting Started

Prerequisites

  • pip install pandas
  • pip install numpy
  • pip install regex

Installation

Install the dependencies and setup your google maps API.

Usage

    category_no_punct = re.sub(r'[^\w\s]', '', category)
    question_no_punct = re.sub(r'[^\w\s]', '', row['What brings you to this neighborhood today?'])
    data['status'] == 'OK' and  data['results'][0]['geometry']['location_type'] == 'GEOMETRIC_CENTER':
def similar(a, b):
    return SequenceMatcher(None, a, b).ratio()

...
    if similar(category_words, result) == 1.0 or similar(category_words, result) >= 9.0:
         return True

Roadmap

See the open issues for a list of proposed features (and known issues).

Support

  • ykimdeveloper - message me for any questions

Reach out to the maintainer at one of the following places:

Project assistance

If you want to say thank you or/and support active development of DATA-WRANGLING-Great-Streets-Survey-ykimdeveloper:

  • Add a GitHub Star to the project.
  • Tweet about the DATA-WRANGLING-Great-Streets-Survey-ykimdeveloper.
  • Write interesting articles about the project on Dev.to, Medium or your personal blog.

Together, we can make DATA-WRANGLING-Great-Streets-Survey-ykimdeveloper better!

Contributing

First off, thanks for taking the time to contribute! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.

Please read our contribution guidelines, and thank you for being involved!

Authors & contributors

The original setup of this repository is by Yosep Kim.

For a full list of all authors and contributors, see the contributors page.

Security

DATA-WRANGLING-Great-Streets-Survey-ykimdeveloper follows good practices of security, but 100% security cannot be assured. DATA-WRANGLING-Great-Streets-Survey-ykimdeveloper is provided "as is" without any warranty. Use at your own risk.

For more information and to report security issues, please refer to our security documentation.

License

This project is licensed under the MIT license.

See LICENSE for more information.

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.