项目作者: neelybd

项目描述 :
A program that will parse and encode a select column from a csv.
高级语言: Python
项目地址: git://github.com/neelybd/Parsing.git
创建时间: 2019-01-20T20:01:48Z
项目社区:https://github.com/neelybd/Parsing

开源协议:

下载


BN_Parsing

This program takes a csv given csv, parses, and encodes a given column of the data from a given deliminator.

It operates very similar to a one-hot encoder, except it doesn’t remove the last encoded type.

It’s primary use is to encode every word within a string or to break up a string based on a delimiter.

  1. The processing time varies exponentially with the number of encoding categories and rows.