Code Monkey home page Code Monkey logo

data_test_develop's Introduction

Assignment

Write a script to download and parse the given XML feed, manipulate some of the data, and deliver a CSV of the required fields. You may use any additional libraries that you wish, please include a requirements.txt if you do.

CSV Requirements:

  • Contains only properties listed from 2016 [DateListed]
  • Contains only properties that contain `and' in the Description field
  • CSV ordered by DateListed
  • Required fields:
    • MlsId
    • MlsName
    • DateListed
    • StreetAddress
    • Price
    • Bedrooms
    • Bathrooms
    • Appliances (all sub-nodes comma joined)
    • Rooms (all sub-nodes comma joined)
    • Description (the first 200 characters)

Technical Requirements

  • Interpreter version: python 2.7
  • Reasonable unit test coverage
  • All libraries used must be documented in requirements.txt
    • We will be using pip install -r requirements.txt prior to running your code
  • Raw information to parse / feed url

Submission Requirements

  • Work should be tracked with Git
  • Submit final product by pushing your branch to this repo
    • Branch being submitted cannot be called master

Purpose

A lot of the work in our department is parsing and manipulating data from a variety of sources. The given example is one of our XML files that we send to Zillow for property syndication. Our goal in this test is to see how you will approach the processing of this feed. Your solution should take into the account that there will be other XML feeds that need parsing as well, so how modular/reusable you make the code is very important.

Time Considerations

This assignment is expect to take a few hours. We ask that you do not spend too much time on this solution. If you are stuck or have questions, feel free to reach out and we will answer quickly.

data_test_develop's People

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.