HVF / HVF/franchise

some csv parsed wrong

Open
#57 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
4k
Forks
262
PR merge metrics
No merged PRs in 30d

Description

example data is this current-loans-11-12.csv just pulled today from lendingclub developer's portal [*this is public information to any lendingclub investor, no privacy information*], I found franchise could be a good tool to do some exploratory analysis, however the csv parsing is wrong for some columns, like the `INQ_LAST_12M` column's valid value should be an integer in the range of [0,12] the github csv viewer can parse it correctly but why franchise parse this (and many other similar columns) with a lot of values like 36852, 36951, ...
https://gist.github.com/anonymous/3ea1bc242b460e869433c55a4cb28450
https://www.lendingclub.com/developers/listed-loans.action

inqLast12m | Integer | Yes | Number of credit inquiries in past 12 months.
-- | -- | -- | --

![image](https://user-images.githubusercontent.com/14798161/32703947-81ca1266-c7b2-11e7-86cd-8e6df979b1f5.png)

BTW: if https://franchise.cloud/app/ has a feature to save and share, make it a service like jupyter notebook for people to share and exchange analysis on public data, then it could be more popular!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.