Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some csv parsed wrong #57

Open
c0b opened this issue Nov 12, 2017 · 0 comments
Open

some csv parsed wrong #57

c0b opened this issue Nov 12, 2017 · 0 comments

Comments

@c0b
Copy link

c0b commented Nov 12, 2017

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

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant