Giter Club home page Giter Club logo

teachers_contracts's Introduction

teachers contracts

This is the repo for code and documents related to the teachers unions project.

documents: drafts of slides and paper code: includes code for merging data

Linkage.py COMMAND LINE:

Linkage.py accepts four arguments, as follows: Argument 0: Linkage.py Argument 1: Directory of files Argument 2: Education Data File Argument 3: Output filename

ALGORITHM:

The main begins by unzipping the given directory for data management later on, through the unzip() function. From there, the get-columns() function is called to retrieve the labels of each column for each file. This is to then find the most common labels across the files through the most-common() function. This result, set to the variable "result", will be used as the way of keeping track of the data.

After that, we go into the actual management of data. To begin, a dictionary (output) is initalized to keep track of all the data. From there, the code runs through every file, stripping all the relevant information and adding it to the dictionary as the relevant data is found.

Notes:

  1. The package textblob_aptagger has an error where it says there's an error from textblob.packages import nltk. To fix this, just find the taggers.py file that should be in the textblob_aptagger file and edit line 10, where it should say from textblob.packages import nltk, to just "import nltk". That should fix the issue.

teachers_contracts's People

Contributors

clesleycode 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.