some csv parsed wrong
- 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.
-- | -- | -- | --

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
Assessment
This issue has not been assessed yet.